X Pro on a multisite / Global Menu

Hi there, I use x-pro on a multisite with BuddyPress and I would like to share the same Login/register Menu on each site (The menu und the pages exist on the main page.) I have learned that I could use this code below, but where should I implement it in the header builder.

switch_to_blog( ‘1’ ); //switch to the main site of the network (it has ID 1)
wp_nav_menu(
[‘menu’ => ‘16’, //grab menu that has ID 16 from it
]);
restore_current_blog(); //switch back to the current site

Thanks Jutta

Hey Jutta,

Thanks for reaching out!

What you are trying to achieve will require custom development. Regretfully, customization is outside the scope of our theme support. You may seek 3rd party developers to help you with your problems or you can avail One where we can answer questions outside of the features of our theme.

Hope that helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.