the thumbnail support is working for post, but I have another post type called product and it is not working for this. I am trying: add_theme_support( 'post-thumbnails', array( 'post', 'product' ) );
I am also using the multiple post thumbnail plugin.
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
|
|||
|
|
|
By default all custom post adds support for Title and editor, if you want more stuff like comments, thumbnail and revisions you have to add it manually in the support argument. Read more about how to register your custom post type here, you can also find the section about support to see what you can add. Here is an example wehere to register thumbnail for the custom post "Books" and it hav support for:
|
||||
|
|