Not working with Custom Post Type
-
I made a custom post type, but I don’t see the expiration option. What do I need to add to the “Supports” of the post type array to add this?
array( 'labels' => array( 'name' => __('Cruises'), 'singular_name' => __('Cruise'), ), 'public' => true, 'rewrite' => array("slug" => "cruises"), 'supports' => array('thumbnail','editor','title','custom-fields','excerpt',) );
The page I need help with: [log in to see the link]
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘Not working with Custom Post Type’ is closed to new replies.