I was wondering of there is a way to create global page links that span across all of the wordpress mu blogs.
I am creating a store front for bloggers to submit their products to be sold and would love a store button/page link to appear on every blog.
Thanks for the help
Alex
Lots of different ways. Is this a link to an external page? Hardcode your themes to include the link? Is it a link to a page in the main blog? In your themes you can do a switch_to_blog(1), then output the pages, then restore_current_blog().
It's hard to know how to direct you without more detail. I have a feeling what you really want is some sort of site-wide shopping cart, which is obviously a lot more involved.
Thanks for the reply.
I already have a store page that is fully functional. I have a main blog that has a link to the store and would like to place that store page link on every blog that way readers will have access to the store page.
I hope that made sense as I am not a techie.