• Resolved Snow-White

    (@snow-white)


    Now this question is a bit more complicated.

    So I have a menu added from appearance >> menus, where i constantly add and change stuff on it.
    I have like 30 users that have their miniblogs and depending on their role they have different themes. The menu that i do on the homepage – the primary site, where i change stuff – i want it to show on all of them also in the exact same position it is on the primary site. Instead of adding the menu on each miniblog and every time I make a change and go around these 30 blogs and growing and add a new section on each of it I want to use the menu i generate on the primary site from appearance >> menus on all of them, but how?

    Thank you for your time!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Snow-White

    (@snow-white)

    I mean some way to call in the other themes the menu I’ve created in appearance >> menus, to hardcode the link to it in the themes for the other sites, but still to manage it from the appearance >> menus on the primary site.

    How was this resolved?

    setting the notify me option to track responses.

    just before the nav bar code in your theme 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 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Menus in Multisite’ is closed to new replies.