Subtitle Filter
by Marcus Downing on WordPress.org
When writing or modifying a theme, the function wp_nav_menu() displays the contents of menus configured in your settings. If you have a lot of little menus the list can get hard to manage, so this plugin lets you group several menus under a single menu.
To use it, simply add a submenu parameter to the arguments of wp_nav_menu, like so:
wp_nav_menu(array(
  'menu' => 'header',
  'submenu' => 'About Us'
));
Active installations20+
Weekly downloads
16-5.88%
Version1.2
Last updated1/31/2012
WordPress version3.0.0
Tested up to3.1.4
Tags
menunav