Change advanced to normal, this will at least move it up above some others.
However, there’s no guarantee you get the top spot, because a user can still drag and drop metaboxes around, or a core metabox or one added by another plugin might believe it is more important than yours.
There’s no way for WordPress could offer the top spot as an option, as what would happen when two plugins decided they both wanted it?
p.s. here’s how to move Yoast’s SEO plugin metabox down:
add_filter( 'wpseo_metabox_prio', 'move_yoast_metabox_down' );
function move_yoast_metabox_down( $priority ) {
return 'low';
}
Related Posts:
- How to change default position of WP meta boxes?
- Can you make a custom metabox field be required to save a new post?
- Display content from custom meta boxes in revisions
- Changing the priority of a custom taxonomy’s metabox
- Custom post type metabox array
- How to get custom metabox image field?
- Order custom posts by a date metabox
- Cleanest way to code “Custom Write Panels/Meta Boxes”?
- Undefined index: at_nonce in custom post metabox
- Custom post type’s slug gets wrong when adding a custom meta box
- update a post meta from a single table cell TablePress
- Custom Meta Boxes – Nonce Issue – Move to trash issue
- How to create a repeatable / reusable divs in the metabox?
- How to add meta boxes(repeater fields) from WordPress back end?
- Displaying Meta Box Image
- How to customize the Categories meta box to allow only one category?
- Multiple information using custom post type
- How to keep a check box in custom meta box for custom post type checked by default for add new post?
- Show metabox in custom-post-template depending on taxonomy term?
- get_terms won’t display product_cat or any other custom taxonomies when specified
- Display custom post on home page based on a metabox selection
- How to add a “custom” date field to a custom post type?
- adding checkbox to meta
- Meta Box Only in CPT Edit Page, Not in Add New
- get_post_meta is returning image id
- Why do I lose the content of meta boxes when I leave the page?
- WordPress nl2br is not converting newline to html line break when saving metabox value
- List custom post types in metabox
- Create custom PAGE with register_post_type
- Populate Custom Fields in a Custom Post Type?
- Duplicate Custom Header Functionality into the post edit screen
- Send email button in custom post type backend
- Custom meta box data array: foreach not working correctly?
- What’s the difference between same wp functions get_posts(); functions in different form?
- How to check if user meta field is empty in conditional else statement
- Custom Post Type with Templates using Meta Boxes?
- Post Quote with image on header for news site
- How to Create an Image Upload Box for Custom Posts?
- How to store multiple values in 1 meta_key with radio input?
- A better way to add a meta box to custom post types
- Why are taxonomy terms not saving when using custom meta boxes with radio button taxonomy selectors?
- Plugin – Combine Meta Box Input Fields into single saveble record
- Create Connection Between two post types
- Disable closing on metaboxes
- Create a Dropdown from Custom Post Type
- meta box on custom post type
- Checking if $_FILE isset for an array of file upload metaboxes
- How can I move (or create another) publish button?
- Wrap meta boxes & data handling for specific post types in classes?
- Sizing textarea field in custom metabox
- Meta Data for Custom Post Type not saving
- Remove “show sharing buttons” metabox Jetpack from custom post type
- Custom Post Meta from custom metaboxes is randomly being deleted
- Custom post-type metabox position
- How to add editable/dynamic values to dropdown of a Custom Post Type Meta Box
- Custom Meta Box Causing Error: “Are you sure you want to do this? Please try again.”
- What do the numbers mean at the end of add_action(‘save_post’)…?
- A meta box (in a custom post type) with two different type of fields
- How can I set a meta value that will then affect other post meta values?
- Unable to display selected post title in frontend from metabox wp_dropdown_pages()
- Custom Meta Box returns no HTML
- 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
- Removing numerous Meta boxes from numerous CPTs
- 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
- Save Metabox Custom Field Value
- Adding an extra parameter [string] to my posts’ permalink?
- CMB select with data from CPT
- Empty meta-box returns publishdate if no value is set?
- List of all posts in one custom post type in the edit screen of another
- Select Venue from dropdown list and reuse stored address information in meta_box
- Custom Meta Box with variable number of fields
- Save Custom Post Value
- How to Grab Anime info using Jikan API and fill the value in Metabox
- create a “add icon” field in taxonomies page
- Getting data from dynamically allocated metaboxes within a custom post
- $_POST from a Meta Box
- Get meta values from parent post and save in child post
- Using meta boxes as the title of a custom post type
- 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)
- Convert Custom Post Data to Javascript Array for Autocomplete
- Generating Custom Post Type list, within admin of another custom post type
- Custom meta box in editor of custom post type not working
- Avoid another meta box in my custom post type
- 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?
- How can i embbed two different galleries in custom post type
- 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?
- Custom post type in submenu with custom meta box as a title with custom html
- Problems with a custom meta_box
- Move title “meta box” in post mode