Pull avatar into posts
-
This plugin automatically pulls the avatar from the user’s Google account instead of relying on Gravitar or some other avatar plugin. I’ve been researching how I could include the post author’s avatar next to the title of their post. I’ve found this code:
<?php echo get_avatar( get_the_author_meta(’email’), '48' ); ?>However, this still tries to pull in the author’s gravatar, which doesn’t exist with Google Apps Login plugin. Does this plugin use a different method to pull a user’s avatar throughout the WordPress site?
I apologize if there is a simple solution to this. I’m still very new to WordPress and I’m not extremely familiar with the codex just yet.
The topic ‘Pull avatar into posts’ is closed to new replies.