Forums
(@lexxoliver22)
12 years, 8 months ago
Use $curauth->ID instead in the get_avatar code. So:
<?php echo get_avatar($curauth->ID, 95, get_bloginfo(‘template_url’).’/images/no-avatar.png’); ?>
That finally worked for me.