Problem with post-thumbnail on Custom Post Type
-
I’m having an issue getting Post Thumbnails (Featured Image) to display on a Custom Post Type I’ve created within a BuddyPress child theme. I’ve enabled them within the child theme, and they work fine on Posts and Pages, but nothing I’ve done works with regards to my Custom Post Type (Listings).
Tried the generic approach, and just enabled them globally:
add_theme_support( 'post-thumbnails' );
Then I tried to specifically set the custom-type in an array:
add_theme_support( 'post-thumbnails', array( 'post', 'page', 'listing' ) );
Are there any known issues with Custom Post Types and their support for Post Thumbnails? Any idea how I might be able to get this to work?
- The topic ‘Problem with post-thumbnail on Custom Post Type’ is closed to new replies.