Tagged Questions
4
votes
1answer
95 views
Remove a menu item created by a plugin
I'm trying to remove a menu item and tried several approaches, but have not had any luck. It was created from a FAQ plugin.
If I use this line:
remove_menu_page( 'edit.php?post_type=question' );
...
0
votes
1answer
235 views
Add Login and logout buttons to top menu bar
I got this code to insert menu bar in the PRIMARY menubar, but I can not find a way to insert it into my secondary, or top menubar above the primary menu bar.
Could anyone teach me how to do that?
...
0
votes
1answer
429 views
How do I get my nav menu to show sub pages?
http://webdesignsalemoregon.com/westernmennoniteschool/ is my website.
I've got the top menu which is the one that was in the theme when I started to customize it. It's got a test drop down that ...
0
votes
2answers
705 views
Conditional custom menu?
I'm trying to create a custom menu that displays a <li></li> when a user is logged in, and not display it when they're not. I have this so far, but it's not working. Does anyone know how ...