Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Conditional tags for BuddyPress

There are no specific checks on group names etc yet, but you can do this:

<?php if ( bp_is_groups_component() && 'my-group' == bp_current_item() ) : ?> This is my-group <?php endif; ?>

Skip to toolbar