Hi,
I'm working on this site : http://thisweekin.net/southbay/, actually it's a sub-blog of the Multisite Network.
I would like to display some links on the top of the site, but I want them to be different for each sub-blog.
I'm playing with this functions:
if ($current_site->blog_id == $wpdb->blogid)
and after I should insert links and close the functions...
but I don't know how to complete it. Is it on the right way?
Thanks