Hi,
I am using atahualpa theme and I'd like to display the author's name and picture (if available) in all posts.
How can I do this?
Hi,
I am using atahualpa theme and I'd like to display the author's name and picture (if available) in all posts.
How can I do this?
For the picture:
<?php echo get_avatar( get_the_author_email(), 'size here' ); ?>
For the name:
<?php the_author_posts_link(); ?>
Hi,
Thanks for the reply. Which file(s) should I edit to add those lines?
index.php --> To show name/picture on homepage
single.php --> To show name/picture on each post page
Thank you very much for your help with this, do77.
This topic has been closed to new replies.