Untitled prevents post-thumbnail support from loading for Custom Post Types
-
Untitled declares support for post-thumbnails like this:
add_theme_support( 'post-thumbnails', array( 'post', 'page' ) );
This prevents theme support for post-thumbnails in any post types that are not ‘posts’ or ‘pages’.
I’m working on a child theme.
Presently the only way to add post-thumbnail support for CPT’s is to directly edit the parent.
In WordPress editing parent themes is not best practice.
I request that the theme authors permit theme support for post-thumbnails for custom post types.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Untitled prevents post-thumbnail support from loading for Custom Post Types’ is closed to new replies.