Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Buddypress in a directory breaks nav link in root wordpress install

It adds navigation links to blog ID #1 because… that’s how it works. Are you on WPMU, and /community is a sub-blog?

If so, you can change which blog BuddyPress runs on by using the following (e.g. blog ID 2) in your wp-config.php:

define ( 'BP_ROOT_BLOG', 2 );

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

Skip to toolbar