Default WP User Avatar is being displayed instead of my uploaded one
-
I’m seeing the default WP User Avatar (or gravatar if enabled), instead of my own uploaded.
The Avatar is displayed at the bottom of each post.
The Avatar is displayed using the following code:<?php echo do_shortcode('[avatar]'); ?>
1. Do you see your correct avatar in your Users list (https://{yoursite}/wp-admin/users.php) and in the upper right corner of your admin bar?
Yes, I see correct WP User Avatar at both the places.
2. Do you see the wrong avatar in the Comments admin (https://{yoursite}/wp-admin/edit-comments.php)?
No, I see correct WP User Avatar.
3. What happens if you remove your avatar from your profile, save the profile, add the avatar back, and then save again?
Same Results. Default WP User Avatar is being displayed.
4. Have you changed your profile e-mail address?
No
5. Does your current e-mail address match those that were used when you made the comments?
I made a comment when I was logged in.
6. What I meant was, if you are logged out, do you see your correct avatar in your comments?
Yes, I see correct avatar in my comments.
7. Do you see the incorrect avatar only when you’re logged in?
The behavior is same whether I’m logged in or logged out. Both for comments and when displaying WP User Avatar using this code:-
<?php echo do_shortcode('[avatar]'); ?>
—
WordPress Verion: 3.7.1
Plugin Version: 1.6.5
—
- The topic ‘Default WP User Avatar is being displayed instead of my uploaded one’ is closed to new replies.