Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Need static pages with BuddyPress in Community section

BuddyPress can run on a sublog. All you need is this in your wp-config.php:

define ( 'BP_ROOT_BLOG', 2 );

Will make BuddyPress run on blog ID 2, for example. For other handy commands, see https://codex.buddypress.org/how-to-guides/changing-internal-configuration-settings/

Skip to toolbar