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.
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.
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.
You must log in to post.