That’s an old question, if someone like me landed on this page for WORDPRESS MULTISITE MENU sharing across all network sites without any plugin,
Not only menu you can use the same method to share anything other then widgets across all the network sites.
here is the solution : Edit your Header.php
//store the current blog_id - Use this function at the start of the function that you want to share
global $blog_id;
$current_blog_id = $blog_id;
//switch to the main blog which will have an id of 1
switch_to_blog(1);
//output the WordPress navigation menu - incase of menu-sharing use this
wp_nav_menu(
//add your arguments here
);
//switch back to the current blog being viewed - before ending of the function
switch_to_blog($current_blog_id);
Related Posts:
- How to have multiple WordPress Menus
- Remove wrapping div and ul from output of wp_nav_menu
- Can we use one WordPress installation for multiple databases, domains and content directories
- Add custom html to last sub-menu item
- .maintenance and maintenance.php also in multisite install?
- wp_nav_menu() custom container and container_id
- Show a WP 3.0 Custom Menu in an HTML Select with Auto-Navigation?
- Can You Export Theme Settings From WordPress Multisite?
- WordPress Multi Site Best Practice
- Adding Custom Link anchors in the top menu that points to specific sections of the site home page
- wordpress custom walker for thumbnails with custom menu
- How to run a test WordPressMu to WordPress3 update?
- Change default status and replace the icon for an hamburger menu
- simple expandable vertical menu, java script problem
- Suggestions for WPMU Migration (advanced)
- Create a Custom menu item fetched by Product Categories and Sub Categories
- WordPress Network Feature
- Multi-Site Plugin Activated (Not Network-Activated), What Happens?
- wp_nav_menu google analytics event tracking
- Custom column under All Users (multisite network admin)?
- Only append custom classes to nav menu items
- How to extend nav-menu-item-control data in Appearance > Customize?
- Syncing Avatars across multisite
- Hide Login information in Account settings in Buddy Boss
- Why would switch_to_blog stop working?
- How can I get the page url slug when ‘post_name’ returns an id?
- Adding all sub-pages to the menu manager
- add JS to multiple plugin admin pages
- Override database config for WordPress multiblog
- How to insert a sitemap within a subsite when using WordPress multisite
- Add custom user profile field to default WordPress MultiSite registration form
- Turn off redirect to canonical domain (or host website on any hostname)
- Putting tag outside tag on generated Menu
- Programmatically (PHP) get the nr. of items in the primary navigation menu
- What changes we need to make to a theme so it can be installed as a MU Theme?
- Multi Site installation inside a sub domain inside a sub directory
- Sticky menu for WP custom menubars
- What happens to the mu-plugins folder when you upgrade to WordPress 3?
- In WordPress 3.x, I can’t access posts from all blogs in the network
- I w’d like to know If there are simple solutions to integrate other CMSs to wordpress
- Stop Expansion of Top Level Menu in the WordPress Admin Sidebar
- Insert menu with a custom walker into page / post body using shortcode?
- Implement a Walker with custom object rather than WordPress database object
- Add the site’s name as prefix when adding new users? Multisite
- Open “Visit site” in a new window?
- Allow multisite admins only to create users with one specific user role?
- Prevent Multisite from creating sample page, sample post and sample comments
- How can I tag a menu item as visited for each unique user?
- How do I create a root link in wordpress to a PDF file?
- Position a hard-coded menu item
- How can i create menu like in the example?
- WordPress custom dropdown listings
- How to request container_class from wp_nav_menu
- Menu not appearing in custom theme
- How can i display custom menu in sidebar?
- How to add active state to the navigation links?
- Missing current_page_item in custom menu
- Create new network instance, import old single installs AND keep the urls?
- How to do multi site setup
- WordPress menu: How to make www.link.com/#name never contain current_page_item class?
- How can I resolve a .htaccess internal server error setting up a WordPress multisite?
- how or where wordress collect unlogged user session
- Customize Widget Navigation
- Custom menu not showing even though it shows as being registered?
- Global theme customization multisite
- Multisite with subdirectories, and a WordPress installation in a custom folder
- Custom CSS Nav Menu Style Not Being Applied
- website is not loading home page (moving from one server to another server)
- Current menu item highlights wrong
- Add producthunt badge to wordpress menu
- Woocommerce custom “My Account” Tab – Add Save button
- Is MultiSite the Correct Solution for a Corporate Site with Searchable Regions?
- Adding a drop-down (select tag) option under Menu Settings in WordPress Admin
- How to add a template – so that i can choose a different menu for some pages
- How should I design subcategory login site?
- How to have differents sites share the same tables of DB?
- Add button to My Sites dashboard page (multisite)?
- clickable toggle menu, help
- Create page when a new site in multisite network is created?
- Get site ID from attachment url?
- How to create custom post type selection to nav menu
- Help needed creating a custom Hamburger menu in header
- Menu selection for header
- How to create a custom menu for specific user
- How to customize WordPress vertical menu?
- Creating a dynamic URL for an external link inside content
- remove or hide Link Relationship (XFN) form Menus tab
- My connecting URL form in html to PHP does not work
- User WordPress menu in custom page
- Adding images to anchors in the list created and fetched with wp_nav_menu
- Multi-site customization
- how to hard link to the posts page?
- How do I display entries in the top menu based on conditions selected in the sidebar menu?
- Buddypress: New Tab and Page (Members Profile) [closed]
- How to work around the bug which prevents custom menus from being deleted?
- Class .current-menu-item in custom menu Walker
- menu customization
- How to move menu next to left of the search box?
- Custom CSS File wont work on second Page
- removing extra mobile menu from the header