shami2010
Member
Posted 2 years ago #
would like to know if there is a tutorial about adding Gravatars to the profiles and to the comments on word press.. ????
most of the plug ins that I have tried are confusing and don't explain how to do this or explain enough
any help would be grateful .. thank you
Debbie
look at how it is achieved in twentyten.
shami2010
Member
Posted 2 years ago #
I am looking at twentyten and don't see anything about gravatars let alone using them with the theme ...
can you give me some more incite about this please.....
Look in the functions file for the function twentyten_comment (which apparently isn't used by default in that theme!
In that function you will find this:
<?php echo get_avatar( $comment, 40 ); ?>
Function Reference/get avatar