Featured Image Upload doesn't appear on custom post type

Support Forums for LiveMesh Themes & Plugins Forums Squash Theme Support Featured Image Upload doesn't appear on custom post type

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2830
    eduarperu
    Member

    Hi:

    I have a custom post type page created by Learndash Plugin. That page doesn’t show Featured Image Upload window.

    When asking to plugin developer about this issue, he said:

    “We recommend you ask the theme developer to extend the “featured image” functionality to custom post types.”

    How can I do this?

    Thank you for you answer.

    #2840
    livemesh
    Keymaster

    You will need to modify the line 476 of framework/framework.php file –

    add_theme_support('post-thumbnails', array('post', 'page', 'portfolio', 'showcase_slide'));
    

    to include the custom post type of this plugin. Since I do not have the source for this plugin, I am not sure what the custom post type is named as. The author of the plugin should be able to tell you or you can find out by checking for references to register_post_type() function in plugin code. Thanks.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Squash Theme Support’ is closed to new topics and replies.