Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: BP multi site


@mercime
Participant

@mercime

https://codex.buddypress.org/extending-buddypress/changing-internal-configuration-settings/
Set which blog ID BuddyPress will run on – in your wp-config.php file add this

`define ( ‘BP_ROOT_BLOG’, $blog_id );`

where $blog_id is replaced with Site Admin’s blog ID #

Skip to toolbar