I understand how to insert the author username:
<?php the_author_posts_link(); ?>
or
<?php the_author(); ?>
That inserts the user name , not the actual name of the author, how do I get that?
I understand how to insert the author username:
<?php the_author_posts_link(); ?>
or
<?php the_author(); ?>
That inserts the user name , not the actual name of the author, how do I get that?
This topic has been closed to new replies.