How to change Gravatar size when using comments_template

Here’s how to do it using the method Bruno went with (for others wondering this):

wp_list_comments( array(
    'avatar_size' => 32
) );

You can also do it this way depending on your use case:

global $comment;
echo get_avatar($comment, 64)

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)