Avatar Images not displaying
-
Until now I’ve relied on Gravatar. I installed this plugin for users that don’t have Gravatar setup. Users are able to upload images via this plugin, but the images don’t display on my website. Images only appear for users that have setup Gravatar. Profile images are displayed in my site’s theme using the following codes depending on where it’s used:
<?php echo get_avatar( get_the_author_meta( 'user_email' ), 100 ); ?>
as well as
get_avatar( $blog, 100 );
In the last one, $blog is the user id.
I have the latest version of WordPress (5.3.2), WP User Avatar (2.2.5), and all other plugins.
- The topic ‘Avatar Images not displaying’ is closed to new replies.