aharon 0 Report post Posted February 8, 2011 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