Super late to the party, but well…
If you want to show your featured image right under the Post title in your Admin area, use this piece of code in your functions.php :
add_action('do_meta_boxes', 'my_cpt_move_meta_box');
function my_cpt_move_meta_box(){
remove_meta_box( 'postimagediv', 'post_type', 'side' );
add_meta_box('postimagediv', __('custom name'), 'post_thumbnail_meta_box', 'post_type', 'normal', 'high');
}
Be sure to change post_type
to you rcustom post type slug. Additionally, you can add a custom name for th eimage (instead of ‘Featured Image’)
Related Posts:
- Show Post Thumbnail In Custom Post From Other CPT
- Featured Images does not show in custom post type
- how to post default thumbnail if post not created yet
- get_the_post_thumbnail_url(‘full’) returns empty from custom post type
- Using Image Sizes for Custom Post Types outside the Loop
- Cannot upload featured image to a custom post type
- How to add Support to show Fullwidth Featured Image of Custom Post Types in WordPress.?
- How come Featured Image isn’t showing up in my Custom Post Type?
- add_image_size() for specific Post Types
- How to disable generation of default image sizes for some custom post types?
- 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
- set_post_thumbnail_size in percent, not pixels?
- Best way to filter featured image text for a custom post type?
- If featured image doesn’t exist, show post content
- set and unset the custom field value
- How I upload, save and set a featured image from my frontend?
- Trouble adding custom featured image for custom taxonomy TERMS
- How to remove thumbnail sizes for specific post type on a child theme?
- Featured image metabox not showing up
- image srcset returns false
- How to use different featured image size for a custom post type?
- Thumbnails on next/previous links in custom post type single.php
- get_the_post_thumbnail() returning empty string on custom post type
- Change admin post thumbnail size for custom post type only
- How to add multiple featured image in meta box in post editor?
- 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
- Change post featured image on hover
- is there a way to retrieve posts that do not have a featured image assigned?
- get custom post type thumbnail
- Using global $post; to get featured image for custom post via WP_Query
- Displaying media for custom post type
- Custom Image Thumbnails of Different Sizes
- How to change post featured image using a custom field of category?
- Force documents to appear in Featured Image dialogue
- Change Featured Image / Thumbnail CMS Description
- Loading custom post thumbnail into stream
- Is it possible to show full content of the post when there is only one post in a grid?
- How to move image thumbnails into custom folder for custom post type
- How to set YouTube video as featured image?
- Link to full size post thumbnail
- Multiple featured sizes / images / excerpts
- How can i add thumbnails images to particular post (using code not admin pannel) in wordpress
- Custom Post Type And “fopen”
- unable to show custom post type featured image
- How do you create a custom template to display a category with an image and related posts below?
- Set featured image to archive.php
- Unable to set featured image
- Post-thumbnail only for specific post-types?
- Featured image size in column
- False Positive on has_post_thumbnail
- 3 random images from custom post type, each in a div with a diffrent class
- Custom post doesn’t show featured image
- Is it possible to add posts and images (auto resize) for custom post types with a script?
- Auto post creation
- Dynamic pages for linked categories and content
- link featured image to external link
- Thumbnails Not Generating
- Add Permalink to Post Thumbnail, syntax code issues
- Need help with simple “if statement” checks to output particlular CPT data depending on what client uploads/fills out
- i need to have a tab with gategory post
- Put featured image under post title in admin area
- How to add a default predefined thumbnail when creating a brand new post?
- In the admin, how can you list thumbnails instead of titles for a custom post type?
- Display featured images from custom post type in the homepage template
- why featured image option isn’t showing in custom post type?
- Add featured image programatically to custom post type
- retrieve custom post image through widget
- How To Loop Through list with Custom Post Types
- Thumbnails for custom post not showing up in query
- How to scroll through post thumbnails?
- Featured image in admin on custom post type
- Customized featured image doesn’t refresh in post admin metabox after upload/insert
- Specific Thumbnail Size for Custom Content Type
- Link to larger thumbnail in custom query (with custom post-types)
- Front end post or photo or both
- Delete old thumbnail when updating new
- set_post_thumbnail or media_sideload_image adds image multiple times in media library
- How to Create Grey Background for Product Images on Website Display but Retain White Background on Downloaded JPGs?
- Query all posts where a meta key does not exist
- Custom Post Type Permalink For Parent/Child, 404 Page Not Found Error
- Remove wpautop from all posts/pages except my custom post type
- Taxonomy-{taxnonomy}.php is not working
- How to create a separate Loop for custom post types?
- What code should I use to display children of a custom post?
- Should I create Custom Page Types?
- WP_Query: Posts within category OR custom post type
- Saving metabox keys and storing values as array
- Redirecting search to specific templates with $_GET[“post_type”]
- Dynamically Adding Posts of Post Type to A List
- Why is my loop not populating the page with my custom taxonomy terms from my custom post type?
- How to build Custom Post Nav Menu inside of the Loop
- Display related post content and custom field content
- Create a page selector using taxonomies