My Profile Link
-
I’m trying to create a link that appears in menu bar when user is logged in and is given class of “seleted” when the users is on their profile page… the code below is showing “selected” as the class anytime the user is logged in because I don’t know how to test to see if they are on their admin page… anyone have any ideas?
<?php if ( is_user_logged_in() ) { ?>
<li class="selected"><?php bp_loggedinuser_link () ?></li>
<?php } else { ?>
<li><?php bp_loggedinuser_link () ?></li>
<?php } ?>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘My Profile Link’ is closed to new replies.