Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Main Navigation help


chrisknade
Participant

@chrisknade

So what did you end up using from that other post?

Just this in the header?

if ( $bp->current_component == 'activity' || $bp->current_component == 'profile' || $bp->current_component == 'wire' || $bp->current_component == 'messages' || $bp->current_component == 'friends')
$c[] = 'members';

if ( bp_is_page( BP_MEMBERS_SLUG ) )
$c[] = 'members';

Skip to toolbar