Try changing this:
add_theme_support( 'post-thumbnails', array( 'post' ) );
to this:
add_theme_support( 'post-thumbnails' );
IIRC, that array is explicit, meaning that by including only post
, everything else is excluded. But if you omit the array, then post-thumbnail support is added for all post-types that support them.
Related Posts:
- Automatically sorting custom post type admin area by a custom field
- How make get_next_post() return first post when viewing last one
- Get all authors with at least one post of ‘custom post type’
- Exclude from search all custom posts which are NOT in a taxonomy term
- Remove tabs from media uploader for a CPT
- Remove unwanted part of permalink custom structure from CPT url?
- It is possible to get a list of post types asociated to a taxonomy?
- Changing a custom post type “has_archive” after registered
- Custom Post Type pagination when CPT ‘rewrite’ rule and a page have the same slug
- wp_insert_post custom taxonomy
- dynamically update permalink and title with the values of custom fileds
- ascending order custom post type
- New WP_query in template not working with CPT+category on some pages
- Post Link Filter Help [closed]
- Append taxonomy terms as class names in markup?
- Getting a “Changes you made will be lost” dialog prompt on a custom post type page
- Custom Post Types vs Database Table where many (10,000s + ) of entries are possible/desirable
- Permalinks without post type
- Different Archive and Single Permalink URL
- How to remove slug metabox from custom post type’s page?
- How to remove custom post type name from base url?
- Trying to edit the single page from a Custom Post
- How to Submit Post Via cURL & PHP
- Set up a Child/Parent relationship with a Custom Post Type
- is there a way to retrieve posts that do not have a featured image assigned?
- How to structure sales of reports [closed]
- Cannot attach media when capabilities added to custom post type
- Custom Post Type rewrite
- Why does querying on post_tags (which has been applied to custom post types) only return posts?
- Custom Taxonomy Permalinks Redirection
- Add custom column in custom post type edit page
- Undefined Variable – Custom Post Type Meta
- shortcode to show custom post types by category
- Single Template that can be applied only via URL
- Custom post type archive page template
- Use a hierarchical custom post type for a main blog and subblogs?
- get custom post type
- WordPress Custom Fields Won’t Save
- Getting meta in editor plugin, and event triggering issue
- Display a grid of taxonomy terms at root taxonomy page
- Only show post if Author matches Logged in User
- posttype/taxonomy/term archive page 404 error
- How to add attributes to taxonomies that may be different from post to post?
- Custom post type, permalinks, taxonomies and blog posts
- How to organise this data within WordPress
- Is it possible to filter the display name for post formats for display in the Formats meta box?
- Conditional for a Single Post That Belongs to a Category?
- Dynamically output a class to an anchor tag depending on what tag is chosen
- Sort a custom post with ACF: Date Picker & Display Featured!
- How to limit post per page of custom post type?
- How to conditionally add Custom Post Type to Front Page
- Create short URL with auto 301 redirect
- Custom Post 404
- Hide custom post type from search based on custom taxonomy
- Replicating category/location page heirarchy
- 404 Page Not Found on /Page/2/ on Tag Page
- How Can I Remove Custom Post Type Slug From URL
- Copy/Move selected taxonomy terms to another taxonomy for posts
- Non-permalink custom taxonomy not found
- Looking up custom taxonomy IDs by name
- Is there a hook between clicking on “Add new” and the edit screen of a new post?
- How to use get_post_custom_values to return the value of an array
- On click some element i want to use some template
- Pin posts to top of custom loop
- Remove custom taxonamy slug with pagination
- How do I link to a dynamic ACF button from a Custom Post type?
- Hook create / update post
- Show Post columns to specific users on condition
- Change picture attachment meta of all occurrences of a picture
- Custom Taxonomy – fields
- CPT Loop, include taxonomies and disclude others?
- CPT post doesnt shows tags and category on backend admin page
- How to use costum database table for custom post type
- connect users to Custom post types
- Populate custom post type/custom fields from an external database
- Custom taxonomy- only output relevant terms
- Making my custom column sortable
- date_query won’t accept day parameter, but will accept month and year for a custom post
- the_permalink() leads back to homepage
- Registering an optional custom post type from a plugin
- Dropdown switching subcategories portfolio
- Custom Post Type Pagination Not Working or Single Posts Displaying?
- 404 error Custom search results page for custom post types with friendly URL
- Prevent repetitive terms in get_the_term_list
- Generate custom RSS from a plugin
- How to Arrange Support => Thumbnail
- Filter custom post type by tags
- Custom metabox value not saving
- Can’t make permalink of CPT work
- Category / Custom Post Type permalink issue
- Paged within a custom content type template [duplicate]
- is_singular won’t call my functions?
- loop through custom post-type with two meta_keys
- Generating custom URL before post is published
- How do i make a listing page of custom post type?
- How to add post type in masonry posts elementory widget
- How to exclude certain portfolios from a loop
- the_post_navigation in single page with multiple taxonomies
- display related posts based on the PAGE TITLE
- Custom Post Types Permalink