Moving publish metabox from sidebar to bottom. How?
-
I want to move my publish metabox from sidebar to bottom.
This is what i want to move to bottom of the page.https://img220.imageshack.us/img220/3898/e8095cd5c1e34eacb94ae89.png
I moved my tags and other metaboxes using code like this.
remove_meta_box( 'tagsdiv-post_tag', 'post', 'side' ); add_meta_box('tagsdiv-post_tag', __('Add tags'), 'post_tags_meta_box', 'post', 'normal', 'low');
But i couldn’t find any solution to move publish metabox. I tried everything. Is there any hook available to remove publish metabox from sidebar and move it to bottom.
The thing is i have more custom fields in my post area. So if i have publish metabox in the bottom it would be easier to publish it rather than scrolling it to top and then publishing the post. Any ideas?. Thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Moving publish metabox from sidebar to bottom. How?’ is closed to new replies.