Tagged Questions
0
votes
0answers
15 views
Dynamic Custom Menus [closed]
I've created a meta box so my client can choose which custom menus to use on certain pages. That seems to be working fine. However, I've created a second menu but only the original menu is showing up ...
1
vote
1answer
44 views
How to remove a metabox from menu editor page?
I am not sure if it is much different for any page but I am wondering how to remove a metabox from the appearance>menu page without having to go into the wordpress core files and remove it. Is there ...
1
vote
2answers
108 views
How to activate “Description” metabox for menu item programmatically?
I'm creating custom wordpress theme. How can I enable "Description" metabox for menu items (on nav-menu page) by default programmatically?
3
votes
1answer
131 views
Remove unusable metaboxes in nav menu management screen
When you visit wp-admin/nav-menus.php and there is no menu you get a set of metaboxes you cannot use. The only thing they do is drawing attention away from the Create Menu dialog.
I want to hide ...
1
vote
4answers
384 views
Remove Metabox from Menus screen
Been digging into WP files for a bit and think I just might be missing something. The end-goal is to remove the Theme Locations metabox from the Menus screen if someone doesn't have a certain ...
1
vote
3answers
1k views
How to add meta box to backend menu page
I need to add a meta box to the backend menu page to list all the available post types, both the defaults & the custom ones. It will contain a list that contains a link to the archive pages only ...
0
votes
1answer
471 views
Add a menu metabox to post edit page
I have a basic understanding of how to create meta boxes, and I have an understanding of how and where to put wordpress menus on the front end. I am a wordpress theme developer but NOT a wordpress ...
0
votes
1answer
78 views
Prevent custom post type from showing up in custom menus
How do I do that?
Any custom post type I register shows up as a meta box on the menu page...
0
votes
1answer
305 views
Placing Admin Post Metaboxes in Tabs
I am looking for what code one would need to add into the functions.php file which would allow specific metaboxes to show up in tags instead of within their individual metaboxes. Can anyone help with ...
1
vote
2answers
530 views
How to Move the Author Metabox into the “Publish” metabox?
About a year ago I remember seeing a plugin or some code which allowed you to add an author dropdown menu to the post "publishing" metabox instead of it being on its own.
I can't seem to find this ...