• Running most up to date wordpress version. Followed the instructions on the wp codex page for gravatars and still cannot get them to show up. I’m just getting the default gravatar logo for everyone.

    This is the code I have in my comments section

    <?php echo get_avatar( $id_or_email, $size = '60', $default = '' ); ?>

    and my site

    https://wow.zuggaming.com/

    Perhaps I’m just overlooking something simple, but I cannot figure this out for the life of me.

    Thanks in advance for your help!

  • The topic ‘Gravatars are not working’ is closed to new replies.