WordPress added the Custom Taxonomy Meta box at sidebar, Is there any way which we can relocate it in the main column , Under Edit box?
Thansk
WordPress added the Custom Taxonomy Meta box at sidebar, Is there any way which we can relocate it in the main column , Under Edit box?
Thansk
Comments are closed.
Unfortunately WP is hardcoded to generate taxonomy metaboxes in that
side
location.It is tad fragile, but possible to throw generated data around from one location to another:
More proper way might be to just nuke generated metabox and completely redo registration.