Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How to display the username, not the fullname


gerikg
Participant

@gerikg

sorry i posted the wrong code.

try this:

<?php global $bp; $ud = get_userdata( $bp->displayed_user->id );?><?php echo $ud->user_login; ?>

Skip to toolbar