- Simply add a meta box using the advanced context, and high priority
- Then, latch on to the
edit_form_after_title
hook -
Print your meta boxes out there, then remove it so it doesn’t appear twice.
// Move all "advanced" metaboxes above the default editor add_action('edit_form_after_title', function() { global $post, $wp_meta_boxes; do_meta_boxes(get_current_screen(), 'advanced', $post); unset($wp_meta_boxes[get_post_type($post)]['advanced']); });
Related Posts:
- Add custom fields within meta box class “on the fly”
- How do I position meta_box on post edit screen after the title?
- How to group meta boxes on the post edit page
- Disable the visibility options in WP
- Add search to list of categories in post editor
- How to replace default icon on “Add Media” button?
- Why could I not change the icon of the default Add media button that I added into the toolbar of TinyMCE?
- Consolidate Metaboxes into 1 Big Metabox
- Using WPAlchemy metabox values in another metabox
- can’t see all pages in dashboard (can only see 3) /wp-admin/edit.php > 500 error
- WordPress Post Editor Toolbar Missing
- How to add “Check all” to Edit post page in WP?
- How do I disable wpautop for a specific block?
- Is it possible to “comment out” text in a post?
- Make substitute in all WordPress posts
- editor-style.css Functionality
- Show box only on edit post
- Adding a tooltip above Categories postbox in Post Editor
- Set default post author to none on new post
- YouTube Video autoplay
- How can I define a max width for content in post editor based on a page template?
- wp_update_post() blank screen
- Post editor loads empty
- Word count not accurate – potential bug
- Prepare content from a different CMS/WYSIWYG to the WordPress editor
- Admin sidebar overlapping on editor when saving draft
- How can I remove the editor from the ‘main posts page’?
- Updating post content and custom fields in edit post screen
- Theme post editor does not have Visual & Html tabs and all buttons?
- add post meta front end edit
- Confirmation message when submitting post for review
- Making custom meta box required (with error message if not filled in) on Gutenberg
- HTML for adding a meta box (basic text field) to page editor?
- < ! - - more - - > tag not working
- How can I (for the long term) style the classic editor’s TEXTAREA?
- how can i add extra parameter to edit post link?
- Empty paragraphs around figure and figcaption tags when using markdown
- dynamically get post attachment while editing
- How can I implement a simple post editor?
- How to retain last modification date on draft edit
- Add “upload media” button in meta box field
- ‘Preview Changes’ for custom meta boxes?
- Multiple Custom Metabox Help
- post formats – how to switch meta boxes when changing format?
- Add comments from the admin panel?
- Block metabox – No expanding, no moving around
- Find callback function for custom taxonomy metabox
- How to add meta box to plugin admin page?
- add_meta_box does not go ‘side’
- How do I stop HTML entities in a custom meta box from being un-htmlentitied?
- Unbind postbox click handler
- Adding Custom Metaboxes to Custom Pages
- remove_meta_box for all post types doesn’t seem to work
- make a excerpt on data from a meta box?
- How to put Periods and Spaces for Array Values (Meta Key)
- global $post; in WooCommerce
- Repeatable custom meta fields
- Get all meta boxes values
- How to check for specific meta box value on front end and output accordingly
- special characters after saving draft interpreted as �
- Decide Metabox Configurations for All Users
- metabox select – frontend display
- Custom date changer post_date => future – missed schedule error
- Limit a meta box to a specific category
- how to save and get selected item id list with add_meta_box
- Display correctly using metabox.io
- Translating custom post type metaboxes [closed]
- How to Add multiple instance of meta box to custom post type
- Create more Meta Boxes as needed
- Good Solution for Adding jQuery Tabs Anywhere Within WordPress?
- Add a meta box to ALL Pages
- Add a custom meta box for client to order CPT posts how they want
- Metabox Not saving data
- Add metabox without the container
- Prevent custom post type from showing up in custom menus
- HTML Table creator in metabox to put into post theme
- Add data to post edit page, when post is published
- How to insert data from metabox to custom table
- What is the action or filter for adding information under the Permalink in Edit Post/Page?
- WordPress meta-box and checkbox-list
- Can I include get_posts in this array?
- One Custom Post Type two different Templates
- Select another post in a post meta like a parent page is selected while editing a page
- How to ‘clone’ select metabox options with a callback function? [closed]
- How to get custom post type with dynamic ID
- Metabox/Custom fields are not saving input data
- update_post_meta doesn’t work
- Save, update, get and sanitize post meta as HTML not plain
- Why does my media selection script write to ONLY the first input field?
- meta field for numerous links
- WordPress AJAX load post metadata in modal
- how to modify a field’s size in a metabox : ROWS height, and scroll control?
- do action inside a class is not working
- Edit post meta direct from post.php?
- Looking for suggestions on creating simple database (Help!!)
- How to Arrange Support => Thumbnail
- Custom metabox value not saving
- added a meta box to post however when saving menu while debug on throws a warning
- loop through custom post-type with two meta_keys
- why esc_url not working in smartmetabox