[wp-testers] Avatars

Nick Bohle mail at nickbohle.de
Tue Mar 18 02:31:34 GMT 2008


There are several places where you could use the get_avatar function. Some
examples can be found here:

http://weblogtoolscollection.com/archives/2008/03/03/gravatars-and-wordpress
-25/

I am using the following code in my comments.php:

<?php if(function_exists('get_avatar')){ ?> <span style="float:right;
margin-left: 10px;"> <?php echo
get_avatar(get_comment_author_email(),50);?> </span> <?php } ?>

 
> OK, where's that command go?
> 
> Peace,
> Gene




More information about the wp-testers mailing list