Skip to:
Content
Pages
Categories
Search
Top
Bottom

How do I display the current users username?


  • sidbait
    Participant

    @sidbait

    When I put this code header.php file of my wp theme, i get this error 500 – Internal server error.

Viewing 1 replies (of 1 total)

  • Robkk
    Moderator

    @robkk

    I just split your reply into a topic so that you can have your own topic about this.

    Please do not bump topics, especially topics that are about 8 years old.

    If you are using the latest bbPress plugin.

    To get the user’s username use

    <?php 
      global $current_user;
      get_currentuserinfo();
      echo $current_user->user_login;
    ?>

    https://codex.wordpress.org/Function_Reference/get_currentuserinfo

    You can also just use the WordPress toolbar.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar