Hi, in the index.php i would like to display the Username. Isnt it just a template tag?
Hi, in the index.php i would like to display the Username. Isnt it just a template tag?
This should do it:
<?php echo $current_user->user_login; ?>
This topic has been closed to new replies.