That’s an old question, if someone like me landed on this page and want some-sort of custom solution for WORDPRESS MULTISITE MENU sharing across all network sites,
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:
- Redirect to another page using contact form 7? [closed]
- Global navigation in multisite: problem with categories
- How to create an automatic MultiColoumn MegaMenu with Categories WordPress
- WordPress Multisite – global categories
- Get posts from sites in Multisite?
- Using wp_category_checklist in a widget
- Category page doesn’t use category.php, instead it redirects to homepage
- How to remove the parentheses from the category widget
- Custom Nav Walker menu – Display category count
- Multisite blog converting categories to subdomains
- Reflect nested categories in appearance > menus
- Customizing Default Categories Widget
- Category menu item and its last 10 posts as sub-menu
- Display all posts with same title
- Is there a function to cause empty categories not to show in menus?
- WordPress MU 2.9.2 to 3.0.5 changes to category.php
- Keep active class in post page
- How to show empty category in admin menus search
- Add custom taxonomy terms to WordPress menu dynamically & append #slug to url
- How to have Multiple Archives Widgets, one archive widget per category (in a different page)?
- Categories lose hierarchy order once assigned to post
- Automatically add product_categories to nav_menu
- Add Icons to the Product Category Sidebar Widget WooCommerce
- Add Product categories to WordPress menu without losing hierarchy
- Multisite – create a category in specific site
- Show recent posts in menu?
- Show Different Custom Menu on Different Category Pages
- Open subcategories in submenu on click in primary menu
- How to add Categories to the top menu of the website?
- Implementing a tricky wordpress menu (nested categories + thumbnails)
- Looking for the best solution to build this Blog structure? Picture attached?
- Nav menu category links not showing
- Show number of articles in menu
- How to show only one category in breadcrumb navigation
- Hard coded main navigation
- How do you categorize pages?
- WordPress category widget only show categories with children
- Customize WordPress widget – Product Category
- Menus don’t work after 4.4 [closed]
- category permalinks
- Create menu / submenu from category subcategory and posts
- How do I share categories across selected sites in a Multisite setup
- get_categories() returns “Uncategorised”
- WP admin broken. Not saving catgories or adding categories to menu
- Custom Walker for wp_list_categories
- How do I make the category sidebar widget (stock) display the total # of posts including those in subcategories?
- Woo Framework: woo_cat_featured not populating
- wordpress multisite… collect all posts on main blog – exclude category?
- Categories widget show empty?
- Can Categories be used to hack a Multisite-like setup w/ a single MySql db?
- Is it possible to remove from default category widget?
- Hooking to walker_nav_menu_start_el to insert list of subpages
- Show subcategories on a parent category page
- Admin: Navigation Menus do not show empty categories/taxonomies in the list’s search tab
- how to remove the default title of Categories widget
- How to show 5 posts from specific category on related page?
- List a maximum of ‘x’ product categories with qty of ‘y’ in each column
- display a widget on specific category and its sub categories
- How to not display subcategories in Recent Posts widget area?
- Show different menu on each woocommerce category page
- Same menu for different taxonomies to reach different content
- How to get category id’s which are added in main menu?
- Tags Instead of Category
- Theme modification for custom category menus
- Change appearance based on category but post is in two main categories
- How to hide widget from certain category
- wp_dropdown_categories initial value
- Is custom menu name and category name linked in wordpress?
- Last x Posted Categories?
- WordPress category filters as subcategories
- How to automatically generate custom menu item from categories?
- WP-CLI Add category as menu item main-menu
- Duplicate new categories across multisite network
- Add filter for specific category only
- ADD DYNAMIC attribute for category to accordion
- How to remove an item from a custom Walker_Nav_Menu
- WordPress category title not update in navigation menu
- Dynamically display sub-categories on primary menu without adding them
- Menu with category 2 category combined
- omit categories from main navigation menu
- Limit Category/Tag Dropdown To blog_id in Multisite Install With Global Categories/Tags
- Tag Menu items based on their categories
- How to add an “All” category to the tag cloud?
- in_category(‘category-sluga’) returns true for Archive page of Category ‘category-slugb’
- A search box for all sites – Multisite
- Help with SQL query, how to add taxonomie terms with value stored in options?
- Backend – Categories and Menus conflicts
- Hide category links if there is nothing in the categories – Main Navigation submenu item
- Conditions for single post
- How to create default categories in new installs?
- Automatic menu creation for pages with categories?
- How can I add a Categories page link to a menu? [closed]
- Right way for setting categories
- How to populate a WordPress install with a lot of categories, quickly?
- Problem with single posts not showing correct category sidebar
- How to structure Multisite sites into categories?
- How To Disable Category Hierarchy In Categories Widget?
- Customize category query in widget
- Chained drop-down menu for custom taxonomy using chained.js
- How to prevent uppercasing of menu titles