I'm using 2.8 and selected the box "Display Avatars", but they don't display anywhere?
I'm using 2.8 and selected the box "Display Avatars", but they don't display anywhere?
Avatars display according to themes, if I understand right, and they usually display in regards to comments.
Are avatars displaying in the comments?
No, they're not showing in the comments or anywhere else.
What theme are you using?
Digg 3 Columns 1.0.2 by Small Potato
I'm no expert with php and gravatars/avatars, but in your comments.php file, do you see a line of code that looks something like this?
<?php if (function_exists('get_avatar')) { echo get_avatar( get_comment_author_email(), '64' ); }?>
This is the code that fetches and displays the (grav)avatars of the people who comment and post, including you.
THis is gonna take me some time. THanks for your help. I'll look and try later. Thank you.
If you still have problems, let us know. :)
This topic has been closed to new replies.