How do I display author's full name in every post?
I do not see any options to activate this in WP admin. Do I need a plugin for this?
URL to the blog to illustrate the issue: http://www.blog.clubintimate.com/
Thanks for help.
How do I display author's full name in every post?
I do not see any options to activate this in WP admin. Do I need a plugin for this?
URL to the blog to illustrate the issue: http://www.blog.clubintimate.com/
Thanks for help.
<?php the_author_meta( first_name, last_name ); ?>
Thanks.
Where do I place this code?
Also, I am not good with codes, is there a plugin for this?
Thanks.
With the help of the Template Hierarchy article, determine what Template is displaying your posts (could be wp-content/themes/your_theme_name_here/index.php). Then edit that and add the code recommended or add
<?php the_author_posts_link() ?>
Related:
Template_Tags/the_author_posts_link
Stepping Into Template Tags
Stepping Into Templates
I am closing this as I have asked a PHP develop to help out.
This topic has been closed to new replies.