Advanced menu management plugin?
-
I’m trying to create a basic CMS from WP, this requires me to show only super categories (and no children) in the menus… but sometimes I may need to specifically hide a page from the menu, or worse I need to refererence the same link up to three times.
Ideally, I’d like an advanced menu management plug-in, so I don’t have to go into the code and change everything around.
Example;
Let’s say you have a primary-menu, secondary-menu and a footer-menu. In all three I have a link called “Contact us” but they all go to the same page, I don’t really want to be hacking apart WP to achieve the specific goal.Is there an advanced menu management plugin sorta like in Joomla or Drupal (which I find really hard to understand) where you can manage menus and assign pages or links to them?
Then you could include them in your theme like this;
“<?=show_menu(1);?>”, etc
Many thanks.
- The topic ‘Advanced menu management plugin?’ is closed to new replies.