Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Upgrading to 1.1-beta breaks Atahualpa blog theme

I’ll be writing up a “how-to” on using WordPress themes with BuddyPress very soon. What you have described is one way of doing it if the “template: bp-sn-parent” does not work.

To get the user menus you can add these lines to the bottom of your header.php:

<?php if ( !bp_is_blog_page() && !bp_is_directory() && !bp_is_register_page() && !bp_is_activation_page() ) : ?>
<?php locate_template( array( 'userbar.php' ), true ) ?>
<?php locate_template( array( 'optionsbar.php' ), true ) ?>
<?php endif; ?>

Skip to toolbar