• 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.

    http://wordpress.org/extend/plugins/submenu-filter/

  • The topic ‘[Plugin: Subtitle Filter] 2nd Level Doesn't Work’ is closed to new replies.