Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,043
- How-to & Troubleshooting
- 129,744
- Creating & Extending
- 25,802
- Requests & Feedback
- 9,508
- Third Party Plugins
- 9,793
- Showcase
- 3,316
- Ideas
- 1,375
- Miscellaneous
- 9,181
-
https://codex.buddypress.org/extending-buddypress/changing-internal-configuration-settings/
In your wp-config.php:
`define ( ‘BP_ROOT_BLOG’, 2 );`
Where 2 is the ID of the site you wish to run BuddyPress on.