Use remove_post_type_support
to disable features for specific post types.
add_action( 'init', 'wpa63635_init' );
function wpa63635_init() {
remove_post_type_support( 'post', 'thumbnail' );
}
Related Posts:
- How come Featured Image isn’t showing up in my Custom Post Type?
- How to add Support to show Fullwidth Featured Image of Custom Post Types in WordPress.?
- Redeclare/Change Slug of a Plugin’s Custom Post Type
- How to use a custom post type archive as front page?
- add_image_size() for specific Post Types
- How to change default position of WP meta boxes?
- How to disable generation of default image sizes for some custom post types?
- Displaying Custom Post Types In “At A Glance” Meta Box
- Sort search results by post type
- Display a query with multiple post types and same relationship on a single page
- Set posts of a custom post type to be private by default?
- Using add_theme_support inside a plugin
- Custom user role cannot see or modify featured image
- Make featured image required
- How to remove “featured image” functionality from a custom post type?
- Featured Image Panel Missing From Custom Post Type in WordPress 3.2
- Custom post status not working
- how to group custom post types
- clients list using wordpress
- set_post_thumbnail_size in percent, not pixels?
- expire wordpress user posts
- Best way to filter featured image text for a custom post type?
- echo value from ‘select’ field type into page template using cmb2?
- Forcing all posts associated with a custom post type to be private
- Exclude add_filter from the admin
- Find callback function for custom taxonomy metabox
- Date archives for custom post type
- WordPress 3.1 – How does one add sticky post capabilities to post types
- If featured image doesn’t exist, show post content
- How can I add dropdown widget/box to admin post page?
- Detect meta value changes when post is updated (post_updated)
- Search everything (posts, pages, tags, cpt, meta)
- set and unset the custom field value
- Posts to expire (deleted) after a date
- White screen error for a custom theme
- How to Removing fields from the Media Uploader/Gallery on a Custom Post Type Edit Page
- Best way to style first post differently?
- Using Default WordPress Custom Header Image Crop Feature in a Post Type / MetaBox
- How I upload, save and set a featured image from my frontend?
- How do I add a custom post type to the Featured Content in twenty fourteen theme?
- Automatically assign a custom post to a custom taxonomy based on custom field value
- Exclude Custom Post Type & Pages From Auto-Tag Function
- Saving multiple Metabox contents
- Limiting number of custom posts shown on taxonomy page
- if && problems with transition_post_status
- Is it possible to insert text into an html tag using functions.php?
- Custom user role not working as expected
- Trouble adding custom featured image for custom taxonomy TERMS
- Custom post type loops with different page templates
- custom post type upcoming post and past post
- How can i place Feature Image under title field in wp-admin?
- How to remove thumbnail sizes for specific post type on a child theme?
- Featured image metabox not showing up
- Limit Authors to their Own Posts on front-end excluding admins
- image srcset returns false
- Add multiple custom post types in functions.php, but only one custom post type show in dashboard
- How to use different featured image size for a custom post type?
- Multiple Content Block
- Unable to save or update postmeta for custom post type via action using save_post hook
- get_the_post_thumbnail() returning empty string on custom post type
- Change admin post thumbnail size for custom post type only
- Beginner question: Accessing functions.php through admin web interface in order to import custom post types?
- Append taxonomy terms as class names in markup?
- How to: add option to add more checkboxes on custom post type
- How to add multiple featured image in meta box in post editor?
- Allow Users Access to Custom Post Type Only
- How do you output custom code between posts in the loop?
- Display only custom post type count for current author on the “At a Glance” dashboard widget
- Post the content of a specific “Custom Post Type” post within a post using a shortcode
- How to get Custom Post ID by adding filter to child theme’s function
- Need functionality with all post list available at edit.php
- How to List Thumbnails based on Custom Categories
- reference the current category being used in the category.php page
- add_image_size for post type
- Gutenberg Featured-Image-panel missing when user with custom role edits Custom Post Type
- Remove default post types on all sites except primary blog. WPMU
- How to change the admin menu “Pages” to something else
- Loop through posts of a custom-post-type (event) and create .ics (iCal) file?
- Apply post formats to a specific post type only?
- How would I create a shortcode to display a custom post within a page or regular post?
- Output custom post shortcode. Help spot the error.
- When ‘is_post_type_archive()’ return true?
- How to add the post ID (or any other post data) to a Contact Form 7 mail?
- How To Enable Block Editor (Gutenberg) for Existing Post Type via functions.php
- Change post featured image on hover
- GravityForm: Populate Dropdown with custom post type [closed]
- Loading all files within a directory
- Modifying Custom Post Type after registration (will it affect content?)
- Custom Post Types relationships
- How to retrieve category NAME instead of ID in a function with a taxonomy custom field?
- Create a post in custom post type using field in registration form after users submit form
- Show Post Thumbnail In Custom Post From Other CPT
- A good strategy to print custom posts (offer) that are checked inside the metabox of a post?
- is there a way to retrieve posts that do not have a featured image assigned?
- Filter categories of posts with checkboxes
- get custom post type thumbnail
- Copy custom field value to post title
- Insert HTML inside link in a walker
- Using global $post; to get featured image for custom post via WP_Query
- right_now_content_table_end function not working?