Just filter admin_post_thumbnail_html and append your checkbox HTML:
add_filter( 'admin_post_thumbnail_html', 'wpse_71501_thumbnail_options' );
function wpse_71501_thumbnail_options( $html )
{
return $html . <<<html
<p>
<label for="big_thumbnail">
<input id="big_thumbnail" name="big_thumbnail" type="checkbox" />
Use big thumbnail
</label>
</p>
html;
}
Related Posts:
- Custom field/meta populated by dropdown of existing posts?
- Individual Widgets per Page
- Gutenberg add a custom metabox to default blocks
- How to add add_meta_box to specific Page Template?
- Adding another state (spam, reject, approve) to wordpress comments?
- Arrange custom fields with drag and drop?
- Unable to get Preview of Uploaded image within a Custom Meta box
- extend Meta Box / Document Panel
- How to store the value of a custom field dropdown select for post referencing?
- Add multiple images to a page sidebar
- Custom Meta Boxes: Store two values in one repeatable field
- How to load php file for specific page in admin?
- How to set default metaboxes on user creation?
- Metabox nonce PHP notice
- TinyMCE in Custom Metabox not loaded after upgrading from WP 3.1.4 to WP 3.2
- Problem in custom meta boxes
- Create custom field key upon theme activation
- Custom fields to save multiple values
- Undefined index error when saving content on metabox
- How to save multiple metaboxes?
- Metabox with multiple fields added by user and upload box
- wp_handle_upload error “Specified file failed upload test” but still creates attachment?
- Deleted pages showing up when querying for child pages
- wp_editor removes paragraph from custom meta box
- WP Custom Fields Metabox Disappears – ACF plugin issue [closed]
- Where did the Add New Custom Field go?
- Admin meta Image Path
- Tweak Meta for Post to work it for Pages also
- Odd PHP Code To Display HTML Of Meta Box [closed]
- how to fetch the meta field keys/meta boxes from a post type?
- How to Create Dynamic Fields in a Meta Box?
- Set front page option using custom fields?
- Can’t get metabox value (a url) returned using WPAlchemy
- Custom Metabox additional item
- get_posts in meta box dropdown not showing latest posts
- Display Custom Meta Box Field Only If Value is Present
- When creating a metabox do you have to create DB fields for the data?
- Custom metabox not displaying multiselect data in edit mode
- How to validate select field in post meta?
- Getting the Featured image URL and inserting it as Custom Field on Post update / publish
- How to use media upload on metabox post page without breaking TinyMCE?
- Let’s Create Custom Field Template Documentation
- Is it preferable to use custom code to create metaboxes instead of plugins (such as ACF) and if so why? [closed]
- Values entered in a meta box aren’t saved
- Scripts and tags will not save or output from my custom meta box
- User customising position of WordPress Featured Image
- Using WP Color Picker in Repeatable Fields
- MetaBox not saving after empty
- Displaying pages with a specific custom meta
- Can I save post meta programatically without setting metaboxes?
- Custom field as featured image caption
- How do I save Multiple fields in a meta box?
- Enable a short code in the custom meta field
- How to validation for sanitize_URL?
- Meta box values are displayed on Custom Fields list. Is it possible to hide them?
- put saved metabox values back into fields and then display on the front end
- WP Insert post with post_thumbnail
- Custom field image to Featured Image
- Custom metabox not working
- Meta Box Plugin Cloned Fields – Multiple Foreach values
- Show array of meta_value in Edit Post Coloum
- How to display data from custom fields I created?
- Selectively hiding or allowing thumbnails of featured images on front page
- Display metabox title for custom fields with values
- Custom Field & Gravity Forms [closed]
- wp_get_attachment_image_src() with advanced custom fields returning empty
- Working with multiple values and metaboxes
- Gutenberg add a custom metabox to default blocks
- Move the metaboxes to the very top of post editor
- How to improve my non-unique metadata MySQL entries?
- Add forms dynamically in admin pages?
- WordPress Blocks, setAttributes not saving
- non-unique #_ajax_nonce id in browser console
- add meta box considers the selected option as post parent
- Issue on Creating Checkbox Field On Custom Post type
- How do I display a custom field in an existing form on the front end?
- Why does this javascript search function in the WordPress Admin not work?
- get wordpress post loop by meta box date
- Create Meta boxes dynamically
- Sub Field of File Field
- Save input form on custom field
- If metabox fields has content display content
- Automatically set the_post_thumbnail to Custom Field Value
- Get meta value when the page is a blog archive
- Can’t save meta field value if the title not set
- Display Data From This Custom Media Upload Meta Box?
- Related post thumbnail not showing up
- wp_postmeta are updated for only one page
- My meta boxes update wp_postmeta of posts but not of pages. What is wrong with the code?
- Meta Box Data added to header redirect
- Post thumbnail size for custom field only
- Custom metaboxes not saving after switching themes
- I want my post to republish again after adding a custom field
- Get fields from metabox array
- Creating an If/Else statement using WPAlchemy MetaBox radio boxs
- Using CMB2 Plugin to create text_date metabox (datepicker) How do I save multiple dates? [closed]
- Custom field for image, not showing image!
- Dynamic background image used in css after selector
- Show/Hide Featured Image or replace it with custom field [closed]
- Custom fields empty after refreshing page