Forums

Username not appearing in post headers (2 posts)

  1. futuretalk
    Member
    Posted 2 months ago #

    When someone posts on my blog, their username does not appear, although the date appears. I haven't been able to find a setting to make the username visible.

  2. Shane G
    Member
    Posted 2 months ago #

    Hi,

    You need to edit your index.php file and add this code in the loop where you want to display the post author name:

    <?php the_author(); ?>

    Thanks,

    Shane G.

Reply

You must log in to post.

About this Topic