works fine here, sofar. thanks !
funny name though. the subtitle doesnt usually mean the title of a submenu. you wouldnt guess what this thing does based on its name. I also wouldnt have been able to google it … found it through stackexchange.
*-pike
]]>I can get this to work with a first-level menu item doing:
wp_nav_menu(array(
'menu' => 'header',
'submenu' => 'About Us'
));
But this will not work with a second-level starting point, doing it both hierarchically or with an array.
'submenu' => 'About Us/Board of Directors'
'submenu' => array('About Us', 'Board of Directors')
I’ve tried it both the navigation label and the page title.
The concept of this plugin is great.
]]>Installed Plugin and simly shows the whole main menu rather than the submenu I specified.
]]>