Skip to content

Instantly share code, notes, and snippets.

@jasonicarter
Last active August 29, 2015 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasonicarter/527e0e4744e017deb7d4 to your computer and use it in GitHub Desktop.
Save jasonicarter/527e0e4744e017deb7d4 to your computer and use it in GitHub Desktop.
Change the size of your WordPress comments Gravatar image
<?php
wp_list_comments( array('avatar_size' => 64) );
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment