• I’m the administrator for a blog with multiple users. Gravatars are neat, but the request has been passed to me to have each authors gravatar somewhere with their postings to make it more obvious who’ve posted what.

    The blog is running the latest K2 theme/template. I just need some pointers and code to make this function. I’m not a coder (my profession is server administration) so make this easy for me, please ??

    Thanks in advance!

Viewing 3 replies - 1 through 3 (of 3 total)
  • What I did was install Weasel’s HTML Bios plugin. This plugin allows you to put HTML code into the author bio via the wordpress admin.

    This way, you could create the HTML necessary to display the Gravatar image. In reality, I would just take that image and self host it, instead of relying on the Gravatar service, displaying it using HTML.

    Moderator Samuel Wood (Otto)

    (@otto42)

    www.remarpro.com Admin

    Add something like this into your post loop:

    echo get_avatar( get_the_author_email(), '80' );

    Voila.

    goodwyne

    (@goodwyne)

    As this is a month old perhaps no one will see it but I’m having trouble implementing this. I used the code above and get nothing.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Gravatars at each post?’ is closed to new replies.