On Mar 17, 2008, at 7:18 PM, Nick Bohle wrote:
Readers/users can upload their own (gr)avatar... at Gravatar.com. And when they use their (gravatar sign-up) email address for commenting on your blog, their gravatar will be shown. The appropriate proportions are set by you
with the get_avatar function:

echo get_avatar( get_comment_author_email(), '80' )

'80' means that the avatar will be 80x80 pixel.

The shaded avatar is just the default avatar for users who do not have a
gravatar account.

Cheers,
Nick


OK, where's that command go?

Peace,
Gene
_______________________________________________
wp-testers mailing list
[email protected]
http://lists.automattic.com/mailman/listinfo/wp-testers

Reply via email to