Jump to content
Sign in to follow this  
aharon

Multisite Same Nav

Recommended Posts

aharon

I ended up doing this:

<?php if (is_multisite()) switch_to_blog(1); ?>
	<!-- Put the code here that should be controlled by site/blog 1, but appear across the entire site network.  -->
	<?php restore_current_blog(); ?>

The only thing is that it doesn't quite remember where I am so it doesn't highlight the grey box, but that's not a huge deal.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×