Register custom post type in WordPress

For register custom post type in WordPress this Article will helpful for you. add_action( 'init', 'unique_function_name' ); function unique_function_name() { $args = array( 'description' => 'Custom Post description', 'show_ui' =>