• I will be setting up a MU site for multiple users, I would like to 2-part navigation menu.
    The primary part would be the main menu for the entire network (the same menu on all sites). The secondary menu would be just the menu for that site.

    Is there a plugin I can easy do this with?

Viewing 3 replies - 1 through 3 (of 3 total)
  • no.

    Just do it in your theme.

    Thread Starter Peja

    (@peja1389)

    Thank you for the reply, what text would I put on my theme to allow both menus across the network?

    Have you ever worked with themes before?

    you need to go look at the header.php file and look at the menu code. Copy it to get a second one. Put a switch_to_blog function aroudn it.

    just before the nav bar code put
    <?php switch_to_blog(1); ?>
    right after the navbar code put
    <?php restore_current_blog(); ?>
    then it will always show the pages from Blog #1.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Dual Navigation Menu’ is closed to new replies.