Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Problems with active state menu for Homepage/Activity


@mercime
Keymaster

@mercime

Hi gian-ava . Try this assuming your active link is .active

<li<?php if ( bp_is_front_page() ) : ?> class="active"<?php endif; ?>>
<a href="<?php echo site_url() ?>" title="<?php _e( 'Home', 'buddypress' ) ?>"><?php _e( 'Home', 'buddypress' ) ?></a>
</li>

Skip to toolbar