WordPress 3 multisite – Grabbing another blogs menu

I have a WordPress 3 Multisite setup with 2 sites. blog1 is the main site, and blog2 is a subdirectory of blog1.

I have created a menu in blog one that I can call using wp_nav_menu, now in blog2 I want to show that same menu linking to blog1. Is there a built in way to do this?

Related posts

Leave a Reply

2 comments

  1. I don’t think there is a way to do this built into WordPress. What you can do, however, is create a page that show this menu on the first blog and then include it on the other blog by URL using echo file_get_contents('http://www.firstblog.com/page');