Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How to display activity from secondary blog to root blog?

Yup. As per https://codex.buddypress.org/how-to-guides/changing-internal-configuration-settings/

Assuming the ID of the site running BuddyPress is “2”, put this in your wp-config.php near the other configuration settings:

define ( ‘BP_ROOT_BLOG’, 2 );

Skip to toolbar