Add static menu item to all sites
-
Currently, I’m using the default template to play with my first multisite WP. Got everything working well. I just have two questions.
First, I’d like to add a menu item to all sites to return to the main site. I see the following in the header code:
<?php wp_nav_menu( array( 'container_class' => 'menu-header', 'theme_location' => 'primary' ) ); ?>
I just want to add a ‘Return to Main Site’ item…not sure how to do this.
Also, I would like to add a drop down menu to the main site so that it automatically lists the other sites. Ex. Main menu item ‘Blogs’…and then a list of the other sites. I’m currently using the ‘custom menu’ option to do this, but that would mean the admin of the site would have to add an item each time a new site is added. I’d prefer to just have this happen automatically.
Here is my test site…it’s the ‘Our Horses’ menu that I would like to create automatically w/o having to use the custom menu option.
Thanks in advance for any help ??
- The topic ‘Add static menu item to all sites’ is closed to new replies.