Skip to content

Instantly share code, notes, and snippets.

@hchouhan
Created September 13, 2013 18:16
Show Gist options
  • Save hchouhan/6554166 to your computer and use it in GitHub Desktop.
Save hchouhan/6554166 to your computer and use it in GitHub Desktop.
Display Author Avatar In Post
<?php
// echo get_avatar( $id_or_email, $size, $default, $alt );
echo get_avatar( get_the_author_email(), '128', '/images/no_images.jpg', get_the_author() );
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment