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() ); ?>