You can remove the default post tags metabox and then add it again in the desired location, ex:
add_action( 'add_meta_boxes', 'move_tags_metabox_location', 0 );
function move_tags_metabox_location(){
global $wp_meta_boxes;
unset( $wp_meta_boxes['post']['side']['core']['tagsdiv-post_tag'] );
add_meta_box( 'tagsdiv-post_tag', 'Tags', 'post_tags_meta_box', 'post', 'normal', 'core', array( 'taxonomy' => 'post_tag' ));
}
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?
- Custom field being erased after autosave
- Order custom posts by a date metabox
- How to select one major category (or custom taxonomy) for a custom post type?
- 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?
- wp is not defined error using wp.media to create a custom image uploader
- Displaying custom posts only if custom meta box’s date is not expired
- Displaying Metabox value (custom post type taxonomy)
- Hide Meta Boxes for Non-Admins
- get_post_meta is returning image id
- Add TinyMCE to CPT metaboxes in 3.1?
- WordPress nl2br is not converting newline to html line break when saving metabox value
- advanced search forms with 3 input text and that the main problem 3 input text
- Using My-Meta-Box-Class plugin, how is ‘Date’ value stored?
- Send email button in custom post type backend
- What’s the difference between same wp functions get_posts(); functions in different form?
- Keep display metadata value on backend – Custom Metabox
- Populate dropdown from one custom post type inside another custom post type
- Custom Post Type with Templates using Meta Boxes?
- Why is my select meta data not saving?
- What is the best way to correlate one-to-many content-type relationships?
- Visual editor issue by having multiple tiny mce editors in a CPT
- A better way to add a meta box to custom post types
- Meta Query Filtering not working on Custom Meta Box using Radio Buttons
- Grouping metadatas into one
- Anon function and add_meta_box
- Create Connection Between two post types
- Checking if $_FILE isset for an array of file upload metaboxes
- 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
- 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
- Meta box not appearing in my custom post type
- 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?
- 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
- 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
- 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
- $_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
- CPT Metabox with email notification
- Move title “meta box” in post mode