How to Change Gravatar Size?
-
Hi,
In my previous theme I had the following code in my comments.php file:
<?php echo get_avatar( $comment, 55 ); ?>
So all I had to do to change the gravatar size was change the number (which in this case is 55) around.
But my new theme doesn’t have any php call to get the gravatar. So I’m guessing my gravatars now come from the core WordPress files. So how can I change the size of my gravatars, as of now they are very small.
Also in my new theme, the comments use the following header:
Username says:
followed by the comment…
In my comments.php file the word “says:” does not exist, where is the comment template getting “says:” from?
Thanks for helping this novice out!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How to Change Gravatar Size?’ is closed to new replies.