I have a main WordPress site and 5 "micro" sites which share the same look and feel, are hosted on the same server and are each a separate WordPress installation with a subdomain address.
Example: main site is mainsite.com
Each microsite is microsite1.mainsite.com etc...
So I have 6 total WP sites. I'm sure in hindsight, I probably could have housed them all under one install, but I've got to try to make this solution work as is.
I'd like for all 6 sites to have the same site menu. Currently, they all have their own menu which is drawn from the given site's db.
I'd like the micro sites to somehow pull their menu system from the main site (so I don't have to update 6 sites each time a page title changes).
What are some options for doing this?