How to show author gravatar in wordpress post summary?

Discussion in 'WordPress' started by surendermarkam, May 27, 2011.

  1. #1
    I want to use Manganescent wordpress theme http://www.paddsolutions.com/wordpress-theme-manganescent/

    so, how can i show author gravatar or images in the thumbnail of post summary in the homepage.

    please suggest any plugin or trick for it.
     
    surendermarkam, May 27, 2011 IP
  2. rakesh kumar

    rakesh kumar Active Member

    Messages:
    393
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    73
    #2
    search how to add author image using code on google. Or you can locate the same from my site . look at the signature links for the same.
     
    rakesh kumar, May 27, 2011 IP
  3. otjutt

    otjutt Member

    Messages:
    166
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    33
    #3
    Simply paste the below code in your index.php theme file at appropriate place to display the author gravatar. Thats it :) If you find any more assistance then do tell us :)

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

    here 60 is the size of the gravatar. Change it according to your need :)
     
    otjutt, May 28, 2011 IP
  4. otjutt

    otjutt Member

    Messages:
    166
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    33
    #4
    You are self promoting. Simple tell him the solution right here, if you know.
     
    otjutt, May 28, 2011 IP