If you want just a title and an image I suggest you put this argument when registering the custom post type -> 'supports' => array( 'title', 'thumbnail' ),
Related Posts:
- Add metabox with media uploader in a custom post type [duplicate]
- Remove tabs from media uploader for a CPT
- wp is not defined error using wp.media to create a custom image uploader
- window.send_to_editor and jQuery .attr() conflicts with multiple custom upload image meta boxes
- Duplicate Custom Header Functionality into the post edit screen
- WordPress 3.5 Media Uploader – Only allow 1 upload and certain file types
- How to Create an Image Upload Box for Custom Posts?
- Checking if $_FILE isset for an array of file upload metaboxes
- Invalid file type when using wp_upload_bits to upload PDF to a custom post type
- Do I need a nonce field for every meta box I add to my custom post type admin?
- Help Creating a Slideshow Custom Post Type with Custom Meta Boxes?
- How can I bulk upload images and automatically create posts for each one at the same time?
- Use a separate upload folder for custom post attachment upload
- Handling front-end file uploads, considering safety and ease of use
- How to force one column layout on custom post type edit page?
- Custom Post Type – Taxonomy Dropdown Menu?
- How to add meta box to backend menu page
- Creating a metabox to upload multiple images, Ignoring The Featured Image
- How to add multiple images to a custom post type single post?
- How to add multiple images to custom post type?
- Set custom upload path for custom post type only?
- How do I remove all the metaboxes for a custom post type?
- How To Set Custom Post Type Title Without Supports
- Creating a Custom Post Types dropdown in a Meta Box
- Get all posts from custom post type and insert in select input as metabox
- Add pre-existing meta box to new custom post type
- Dynamic page.php template for custom post types
- Add comments meta fields to comments metabox on post edit screen
- WordPress metabox file upload in custom post [duplicate]
- Display metabox conditionally
- Embed ‘New Post’ Form Inside ‘New Post’ Form
- How to stop wordpress from mangling HTML in a metabox textarea
- Relate two custom post type using meta box
- Hiding Metabox from Screen Options Pull Down
- how to set default value for checkbox in wordpress
- Timepicker-addon doesn’t show – Datepicker works fine?
- Metabox Populated with a Custom Post Type – How to Output CPT based on Select?
- Is it possible to create a post using a metabox?
- How can I show/add/save custom metaboxes as an Array of values?
- WordPress custom meta field for custom post not storing data
- How to Duplicate (multiple meta box)?
- Save an array from drop-down in custom meta box
- Force documents to appear in Featured Image dialogue
- Custom meta box not saving
- Push metadata in array
- dynamically add a custom field or metabox to custom post type [duplicate]
- Make metabox of custom post type fully autosave- and bulk-/quick-edit compatible
- Custom Post Type uses Custom Tags in add_filter?
- Getting Custom Post Type Meta on Publish
- How to Upload CSV Data into Custom Post Type Data with Metabox programmatically
- Custom Post Type Video – Online/Offline
- Adding a metabox on a CPT’s submenu page
- How to update post meta on uploaded image from a custom form?
- frontend image post uploader
- Ordering values entered in Custom Taxonomies
- Permalinks: custom structure for taxonomy – tags?
- Custom Post Type & Meta Box – Displaying meta box information on front end?
- Sizing textarea field in custom metabox
- Custom post-type metabox position
- How to add editable/dynamic values to dropdown of a Custom Post Type Meta Box
- wysiwyg editor don´t export paragraph
- How can I set a meta value that will then affect other post meta values?
- Inefficient Query Confusion
- Unable to display selected post title in frontend from metabox wp_dropdown_pages()
- Topic won’t save for a custom post type — how to debug?
- How to Use Custom Meta Field Instead of CPT Title in Post URL
- Get custom term meta problem on single post type
- Is it possible to sort metabox teaxtarea values?
- wp_editor for custom post type doesn’t save value
- Meta box not appearing in my custom post type
- CMB select with data from CPT
- Custom Post Type Meta Box Text Input Field Won’t Save When Blank
- List of all posts in one custom post type in the edit screen of another
- How to Grab Anime info using Jikan API and fill the value in Metabox
- Custom Metabox Info Not Saving
- create a “add icon” field in taxonomies page
- Metabox collapsed by default
- Getting data from dynamically allocated metaboxes within a custom post
- Multiple useres editing specified content
- Get meta values from parent post and save in child post
- Using meta boxes as the title of a custom post type
- Make it impossible to save a custom post type with both video and image selected?
- check_admin_referer not working in custom meta box for custom post type
- Populate metabox dropdown with post title from another Custom Post Type (issues with wp_reset / global $post)
- Generating Custom Post Type list, within admin of another custom post type
- Custom meta box in editor of custom post type not working
- Meta box not saving
- CPT and metabox: create multi checkbox by using array?
- How to make post page unique and show it on home page?
- Default taxonomy ‘post_tag’ added to CPT managing by custom role : nothing in the metabox
- Custom sortable pages on custom post type
- Toggle a metabox based on a selection
- Add multiple custom meta boxes to different custom post types
- Custom post type Featured Image popup not working
- How to bring custom meta boxes to custom post types?
- Problems with a custom meta_box
- Custom Post Type to Upload Images
- CPT Metabox with email notification
- Move title “meta box” in post mode
- How to consume external API from WordPress post editor and display the response data in the custom field?