How to display the username, not the fullname
-
I’m trying to display the username at the top of the profile page:
<h1 class="fn"><a href="<?php bp_user_link() ?>"><?php bp_user_fullname() ?></a></h1>
I do not want to show the fullname, but the username.
Could anyone tell me the tag I need to use instead of <?php bp_user_fullname() ?>
(running BuddyPress 1.0.1)
Thank you!
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘How to display the username, not the fullname’ is closed to new replies.