Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Buddypress on all but Root Blog

In your root blog template, open up header.php and add this to the bottom:

<?php global $bp; var_dump( $bp->root_domain ); ?>

then paste here what is output when you refresh your home page.

Skip to toolbar