V1.10 Adding meta box to custom post type
-
Hello,
The latest update looks great, however I cannot seem to add the uploader meta box to a custom post type.
With the older version this works –
add_action( 'add_meta_boxes', 'listing_custom_box' ); function listing_custom_box() { add_meta_box('ps_custom_post_type_uploads', __('Portfolio Slideshow', 'port_slide'), 'ps_custom_post_type_uploads', 'listing', 'normal', 'default'); }But not anymore. Can you please provide me with updated code / knowledge on how to achieve this?
Thank you.
PS. My site is being developed locally for now so I cannot provide a link.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘V1.10 Adding meta box to custom post type’ is closed to new replies.