Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author sevenspark

    (@sevenspark)

    Hi benchik,

    The Menu Swapper can only work on posts, because posts have meta box capability.

    Otherwise, you can just filter on the wp_nav_menu_args hook and change out the theme location based on your own taxonomy-related conditions (in which case you don’t need the plugin). Or, use a custom header.php file for your taxonomies and use a different wp_nav_menu() call. Or, use a single header.php and conditionally call wp_nav_menu() with a specific theme location/menu for each taxonomy you want to target.

    Best,

    Chris

    Thread Starter benchik

    (@benchik)

    Thanks Chris!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Menu Swapper – on categories’ is closed to new replies.