On Mon, Mar 17, 2008 at 7:31 PM, Nick Bohle <[EMAIL PROTECTED]> wrote: > 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 } ?>
See also: http://trac.wordpress.org/changeset/7360 http://trac.wordpress.org/changeset/7361 _______________________________________________ wp-testers mailing list [email protected] http://lists.automattic.com/mailman/listinfo/wp-testers
