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 _______________________________________________ wp-testers mailing list [email protected] http://lists.automattic.com/mailman/listinfo/wp-testers
