FAQ

Frequently Asked Questions

How to automatically add Gravatars for the post author – CodeRevolution

Would you like to be able to automatically add the author gravatar to each post? It is really easy to do with this handy recipe.

Simply paste the following code where you’d like the author Gravatar to be displayed. Please note that this code must be used within the loop.

 <?php echo get_avatar( get_the_author_email(), '80' ); ?> 

Thanks to Emoticode for the tip!

CodeRevolution Knowledge Base

Video tutorials