Tagged Questions
0
votes
2answers
60 views
Post-thumbnail only for specific post-types?
I have this in my functions.php
add_theme_support( 'post-thumbnails' );
This means all my post-types (normal posts and custom-post-types) have post-thumbnails enabled.
Is it possible to just ...