Does anyone know if there's a way to add a Custom Field Template metabox in the sidebar instead of the main content area of the admin page?
Does anyone know if there's a way to add a Custom Field Template metabox in the sidebar instead of the main content area of the admin page?
I don't use the plugin, however in general if you use the 'side' context when adding the metabox, it normally works. EG:
add_meta_box('submitdiv', __('Publish'), 'post_submit_meta_box', $post_type, 'side', 'core');
hi,
I also would like to know a way to do that.
Would be great to be able to put the Meta Box below the "Category Box".
Anyone know how to do that??
Thanks
Hi,
I am also looking for the same thing as raonip... How do we add meta box below the publish box and above the category one through coding?
Cheers.
option "side" or "advanced" doesn't work form me :( metabox is only displayed when "normal" is selected.
This topic has been closed to new replies.