Forums

[resolved] How do I display the author and his/her picture in the post (5 posts)

  1. bicatu
    Member
    Posted 2 years ago #

    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?

  2. do77
    Member
    Posted 2 years ago #

    For the picture:

    <?php echo get_avatar( get_the_author_email(), 'size here' ); ?>

    For the name:

    <?php the_author_posts_link(); ?>

  3. bicatu
    Member
    Posted 2 years ago #

    Hi,

    Thanks for the reply. Which file(s) should I edit to add those lines?

  4. do77
    Member
    Posted 2 years ago #

    index.php --> To show name/picture on homepage
    single.php --> To show name/picture on each post page

  5. ikedabarry
    Member
    Posted 1 year ago #

    Thank you very much for your help with this, do77.

Topic Closed

This topic has been closed to new replies.

About this Topic