Just as the title states, how do I display the author in posts? Do I edit a template or do I need a plugin?
Thanks
Just as the title states, how do I display the author in posts? Do I edit a template or do I need a plugin?
Thanks
In both index.php and single.php remove on line 14 <!-– and –-> and the author names will show up.
Use <?php the_author_posts_link(); ?> to display a link to all the posts of the author instead of the author name/URL.
You must log in to post.