You’re talking about the format setting which was introduced in WP 3.1 for the posts post type? No, I don’t think this is possible.
To remove the title-, editor- or any other metabox, you have to remove the support for this feature from the current post type. (e.g. remove the feature from the supports parameter inside register_post_type() or during execution with remove_post_type_support()).
This will affect the hole post type posts. You cannot limit this behavior by the post formats property. This isn’t a post type, it’s just a post meta for the post type posts.
What you could do is to hide the boxes based on the post formats value with jQuery. But this only works if the user has enabled JavaScript. It’s also more a hack than a solution.
Related Posts:
- How to group meta boxes on the post edit page
- Editing Screen: Make Update or Publish Button Follow The Page
- Modifying the main editor priority
- Update caption for metabox gallery images
- How to show post format gallery metabox image caption in the post front end
- Get image captions for images on gallery post format metabox
- Custom Metabox with Ajax in Edit Post – Stuck
- How to generate a featured image from a video embeded in a metabox
- Hide meta box based on post format
- Meta box html is not updating after saving
- How to add meta box for current post format?
- how to update editor content from metabox
- Create more Meta Boxes as needed
- Set Default Admin Screen options & Metabox Order
- How to set default screen options?
- Passing error/warning messages from a meta box to “admin_notices”
- Add “upload media” button in meta box field
- Add a Meta Box for uploading a SECOND Featured Image?
- Does WordPress have a “Form API”?
- Metabox with checkbox is not updating
- How to HIDE everything in PUBLISH metabox except Move to Trash & PUBLISH button
- What is the “Advanced” $context in add_meta_box?
- Removing panels (meta boxes) in the Block Editor
- Change The Title Of a Meta Box
- WordPress SEO by Yoast: Hide Meta Boxes in Posts for Non-admins
- How to make open/closed and hidden/shown metaboxes status saved on a per-post basis?
- How To Remove The “+ Add New Category” Link From A Category Metabox
- How can I create a taxonomy meta-box with search suggestions but no new terms input?
- Remove the Featured Image Meta Box
- Remove the Yoast SEO Post Metabox [closed]
- Best practices for meta box placement?
- Creating a metabox to upload multiple images
- How Does WordPress Remember Metabox Positions?
- Sample code for validating custom metabox?
- Post custom metabox textarea using wp_editor
- How to Add Reminders/Notes to New Post Meta Boxes
- How do I get attachment_id?
- Removing Metabox for “Slug” without removing functionality
- post formats – how to switch meta boxes when changing format?
- How to reorder meta box position?
- Prevent sorting and dragging of specific postbox metabox
- One metabox for multiple post types
- How do I position meta_box on post edit screen after the title?
- How can i add some static text above the editor?
- How to add a class to meta box
- Has anyone successfully integrated qtranslate with custom metaboxes?
- Listen to Post action
- Put the media uploader in a metabox
- Custom Meta Boxes: multiple fields within a repeatable field
- Re Order Editor to be after meta box [duplicate]
- Removing meta boxes: remove-meta_box() or unset()?
- Save checkbox value in metabox
- Use meta box drag and drop to order items independently
- inside a metabox
- Add Meta box Befoure Post Title
- Hiding a theme’s meta box
- Metabox date month number to word
- get registered metaboxes by post type or post ID
- How To Set Custom Post Type Title Without Supports
- Remove metabox from specific page template in admin
- Is there a filter/action to add content to WP admin metaboxes?
- Attach Files Metabox
- CMB2 metabox conditional logic
- Tinymce/WordPress is removing all line-breaks?
- How do I create a meta box for dates?
- Adding submit or update button to custom metabox?
- How to Move the Author Metabox into the “Publish” metabox?
- Editing the Default Links like “Site Admin” in the Sidebar Meta Section?
- How to pass variable via $callback_args for add_meta_box
- Undefined function error when creating Custom Meta Box
- How to get meta box data to display on a page
- esc before saving or before displaying does it matter?
- Block metabox – No expanding, no moving around
- Move excerpt to always be directly below post content in admin
- Access the environment of an admin page from another admin page
- Add a meta description to home page?
- Removing custom meta box added in parent theme
- Changing “Enter title here” based on post format
- Add filter ‘wpautop’ to meta box textarea
- Use meta box value in CPT as post title
- Custom “Publish” / “Update” button &
- Why can’t I hook into save_posts after admin_init?
- Meta Boxes in Front End Post Submission Form
- Getting the ID of a meta box
- how to sanitize checkbox input?
- add_meta_box does not go ‘side’
- Custom filter for the_content doesn’t work correctly
- Remove a plugin meta box from the dashboard
- How to insert Gallery shortcode to a meta box
- Getting jQuery sortable items in custom metabox
- Custom meta box shown when template is chosen [duplicate]
- How to make a meta box field a requirement
- Check if meta key value already exists
- How to make multicheck for post/page meta box
- Display list of tags as drop down menu or radio buttons in a meta box?
- Adding uploaded images to editor from metabox instead of default popup uploader
- How do I stop HTML entities in a custom meta box from being un-htmlentitied?
- Is there a predefined callback function for custom categories?
- Choosing a default page tempate (Classic => Gutenberg)
- meta content on required pages