Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Adding menu items to the admin bar

This works after a bit of fussing :)

global $blog_id;

Then wrap the ul in :

<?php if($blog_id == ‘1’): ?>

<?php endif; ?>

That’s a bit rough and ready and not tested greatly. $current_site should have worked and provides more objects to use but didn’t seem to work for me.

Skip to toolbar