Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How to display the username, not the fullname


gerikg
Participant

@gerikg

I put this together, it works but I don’t know if this is the best way to do it. (I don’t know PHP)

<?php global $user_ID, $user_identity; get_currentuserinfo();?>

<?php $user_info = get_userdata($user_ID);echo $user_info->user_login; ?>

it works on my site.

Skip to toolbar