Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Blank site after installing Buddypress in WordPress 3


@mercime
Participant

@mercime

Unless otherwise specified, BP will install in main site when you activate it. In order for BP to work in subsite, you have to add the following to your wp-config.php file
define ( ‘BP_ROOT_BLOG’, $blog_id );

so if you want to install BP in site2, then do this
define ( ‘BP_ROOT_BLOG’, 2 );

Skip to toolbar