I would like to echo the wp emember login name
I am using this code:
<?php echo $user_name = $current_user->login_user_name; ?>
and it seems to work when I login as admin only, It does not appear when someone has joined. Could you be so kind as to tell me what is correct in displaying the username? I've tried almost all of them emember_user_name, emember_login_name etc etc...
cheers and many thanks for your great support!