Hi there,
I'm using wordpress 3.2.1 with a few plugins, all of them up to date.
I can't seem to get the Avatar created with this plugin to display on the Author page author.php.
Any help would be appreciated!
Hi there,
I'm using wordpress 3.2.1 with a few plugins, all of them up to date.
I can't seem to get the Avatar created with this plugin to display on the Author page author.php.
Any help would be appreciated!
To display the avatar you need to use get_avatar() function http://codex.wordpress.org/Function_Reference/get_avatar
Hope that helps
Hi there, thanks for the reply.
I am using the get_avatar() function, however it is still not working.
i've tried it with:
echo get_avatar( get_the_author_meta('ID'), 150 );
and
echo get_avatar(get_the_author_meta('user_email', $curauth->post_author), 150);
Hi flashpunk,
did you solve your problem? I am stuck with the same problem.
Cheers.
Sorry, never fixed this issue.
You must log in to post.