Forums

Moving publish metabox from sidebar to bottom. How? (2 posts)

  1. Viruthagiri
    Member
    Posted 10 months ago #

    I want to move my publish metabox from sidebar to bottom.
    This is what i want to move to bottom of the page.

    http://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

  2. digibucc
    Member
    Posted 10 months ago #

    you could just drag it? it will save the location wherever you leave it.

    if you want it to be there by default, there are plugins that setup a default layout for the write screens. sorry idk offhand the names.

Reply

You must log in to post.

About this Topic