•  
Posts Tagged ‘author’

How to: Add any authors gravatar to their post

By Austin On February 4, 2009 No Comments

This is an easy one, just add one line to your single.php file where you would like the Gravatar to show up.

<?php echo get_avatar( get_the_author_id(), $size = '96', $default = '<path_to_url>' ); ?> Click here to continue reading