/ Published in: PHP
URL: http://wpengineer.com/505/identify-authors-gravatars/
Use in the WP loop.
User's registered email account on WP must also be assigned to Gravatar.
Expand |
Embed | Plain Text
<?php $author = get_the_author_email(); ?>
You need to login to post a comment.
