Sometimes you may want to feature the post author in separate space inside the post like about author box, Here is a simple PHP code snippet which returns the current post authors Gravatar with a desired image size. <?php echo get_avatar( ... Read Further ➟