Trusted WordPress tutorials, when you need them most.
Beginner’s Guide to WordPress
WPB Cup
25 Million+
Websites using our plugins
16+
Years of WordPress experience
3000+
WordPress tutorials
by experts

How to Change the Default Gravatar on WordPress (Easy Guide)

Do you want to change the default Gravatar on your WordPress site? We hear from a lot of users who aren’t fans of the generic ‘mystery person’ image that WordPress shows when a commenter doesn’t have a Gravatar.

At WPBeginner, we agree that it’s not the most welcoming or engaging look for your comment section. By replacing this stock picture with an image of your choice, you can personalize your comment section to your brand and make it stand out.

In this article, we will show you how to change the default Gravatar on WordPress.

How to change the default Gravatar on WordPress

What Is a Default Gravatar and Why Change it?

Gravatar stands for Globally Recognized Avatar. It’s a web service that allows people to create a profile and associate avatar images with their email address.

All WordPress sites have built-in support for Gravatars and will automatically show the user’s avatar when they write posts on a multi-author WordPress blog or leave comments.

If a user doesn’t have a Gravatar, then WordPress will show a default Gravatar instead. For most WordPress websites, this is a grey mystery person.

The default Gravatar in WordPress

You can change this default Gravatar to any other picture of your choosing. For example, you might use an image that represents your company, such as your website logo. This can help reinforce your branding.

Having said that, let’s see how you can change the default Gravatar image on your WordPress website or blog. Simply use the quick links to jump straight to the method you want to use:

Method 1: Choose a Different Built-in WordPress Gravatar (Quick and Easy)

WordPress comes with a few different default Gravatars that you can use. Using the defaults is the quickest way to change the mystery person Gravatar, although these images won’t be unique to your WordPress website or brand.

To look at the different default Gravatars, you need to go to Settings » Discussion from the WordPress admin area.

Changing the default Gravatars in WordPress

Under ‘Default Avatar,’ you will see all the different built-in avatars that WordPress can use when there’s no Gravatar linked to the person’s email address.

Out of the box, WordPress uses the mystery person as its default, but you can use any other image in this section.

The built-in WordPress Gravatars

Simply click on the radio button next to the image you want to use on your WordPress blog.

Then, scroll to the bottom of the screen and click on ‘Save Changes.’

Clicking the 'Save Changes' button on the WordPress Discussion settings page

Method 2: Use Thrive Comments to Upload a Custom Gravatar (Plugin Method)

If you don’t like the gravatar options provided by WordPress, then you can upload a custom gravatar instead. This is the best way to personalize your comment section to your brand.

For this method, we will use Thrive Comments. It’s a comment plugin that’s designed to encourage users to comment on your blog posts and boost your website engagement.

Besides a custom gravatar feature, Thrive Comments comes with tools to make your comment section more fun and exciting. For instance, you can enable likes and dislikes just like on a social media site.

The Thrive Comments WordPress plugin

You can get Thrive Comments as an individual plugin or purchase the complete Thrive Themes Suite. This includes all Thrive products, like Thrive Ovations, which can turn your comments into testimonials.

After that, you can download a plugin zip package to install on your WordPress site. Read our step-by-step guide on how to install a WordPress plugin for more information.

With the plugin installed and activated, you can go to Thrive Dashboard » Thrive Comments from the WordPress admin area. Then, open the ‘Customize Style’ tab.

Inside this tab, make sure the ‘Display avatars’ setting is turned on. Once done, just click ‘Choose Image.’

Choosing a custom gravatar in Thrive Comments

At this point, you can either choose an existing image from the WordPress media library or upload your own to use as the default gravatar.

You can use a stock photo, make your own custom logo, or even create a new Gravatar image using web design software such as Canva. This image should be a square, like 250×250 pixels.

Once you have chosen an image, click ‘Select.’

Selecting a gravatar image in the WordPress media library using Thrive Comments

And you’re done!

You should now see your new default gravatar in the preview and on your live comment section.

Example of a comment after the Thrive Comments plugin is activated

The cool thing about Thrive Comments is you can easily lazy load gravatars with it.

What that means is WordPress won’t display a commenter’s gravatar until the website visitor scrolls down to that specific comment.

If you want to enable this feature, simply go to Thrive Dashboard » Thrive Comments and open the ‘Advanced Settings’ tab. Then, tick off the box that says ‘Load avatar images when comment enters viewport.’

You can also tick off the other lazy loading features, too.

Enabling lazy loading in Thrive Comments

For more tips and tricks on using Thrive Comments, check out these guides:

Method 3: Insert a Code Snippet to Use a Custom Gravatar (Code Method)

Besides using Thrive Comments, you can also upload a custom gravatar using code. You may prefer this method if you simply want to add a new image to the gravatar list on the WordPress Discussion page.

Like in the second method, you need to have an image that you want to use as a gravatar.

After that, you can upload the image to your WordPress site by going to Media » Add New. Here, you can either choose an image from the WordPress media library or upload a new file from your computer.

How to upload a custom default Gravatar in WordPress

Now that you’ve chosen an image, go ahead and click on the ‘Edit’ link next to it.

WordPress will now open the file for editing. On this screen, scroll to the ‘File URL’ section.

Uploading a default WordPress Gravatar

Make a note of this URL, as you will need it in the next step.

At this stage, you need to add some code to your WordPress site. Often, tutorials will ask you to add custom snippets to your theme’s functions.php file.

However, we don’t recommend this because even a small mistake in your code can cause common WordPress errors or completely break your website.

That’s why we recommend using WPCode. It is the easiest and safest way to add custom code in WordPress without having to edit any core WordPress files.

The first thing you need to do is install and activate the free WPCode plugin. For more details, see our step-by-step guide on how to install a WordPress plugin.

Upon activation, go to Code Snippets » Add Snippet in your WordPress dashboard.

How to add a custom avatar snippet to your WordPress website

Here, you will see all the different snippets you can add to your WordPress website. These include snippets that allow you to completely disable comments in WordPress, upload SVG files to your site, and more.

There’s even one for using a custom image for the default avatar. Simply search for the ‘Custom Default Avatar’ snippet in the library.

Once you find it, hover your mouse over it and then click the ‘Use snippet’ button.

Showing a custom avatar using code

After that, WPCode will automatically add the correct code for you.

Don’t forget to replace the URL with a link to the image you want to use as the default WordPress Gravatar.

WPCode automatically adds the code, you just need to replace the image url

Below the code box, you will see some insertion options. If it isn’t already selected, then choose the ‘Auto Insert’ method so that the snippet will be automatically inserted and executed across your entire site.

After that, open the ‘Location’ dropdown and click on ‘Run Everywhere.’

How to run PHP gravatar code across your website

Once you have done that, you need to scroll to the top of the screen and click on the ‘Inactive’ toggle so that it changes to ‘Active’ instead.

Finally, go ahead and click on ‘Update’ to make the Gravatar snippet live.

How to activate the gravatar code snippet

To start using this Gravatar, go to the Settings » Discussion page.

In the ‘Default Avatar’ section, select the new ‘Custom Avatar’ option.

How to change the default Gravatar in WordPress

After that, make sure you click on ‘Save Changes’ to store your settings.

Now, if you visit your website, you’ll see the new default Gravatar image live.

An example of a custom defualt Gravatar, on a WordPress website

That’s it! To learn more about gravatars in WordPress, check out these guides:

We hope this article has helped you learn how to change the default Gravatar on WordPress. You may also want to see our guide on how to moderate comments in WordPress and our list of the best WordPress comment plugins.

If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.

Disclosure: Our content is reader-supported. This means if you click on some of our links, then we may earn a commission. See how WPBeginner is funded, why it matters, and how you can support us. Here's our editorial process.

Editorial Staff

Editorial Staff at WPBeginner is a team of WordPress experts led by Syed Balkhi with over 16 years of experience in WordPress, Web Hosting, eCommerce, SEO, and Marketing. Started in 2009, WPBeginner is now the largest free WordPress resource site in the industry and is often referred to as the Wikipedia for WordPress.

The Ultimate WordPress Toolkit

Get FREE access to our toolkit - a collection of WordPress related products and resources that every professional should have!

Reader Interactions

120 CommentsLeave a Reply

  1. Syed Balkhi

    Hey WPBeginner readers,
    Did you know you can win exciting prizes by commenting on WPBeginner?
    Every month, our top blog commenters will win HUGE rewards, including premium WordPress plugin licenses and cash prizes.
    You can get more details about the contest from here.
    Start sharing your thoughts below to stand a chance to win!

  2. anna

    Thanks for the nice explanation, Now I’m clear about setting up my gravatar in Wordpress site.

  3. rashmi

    this is very useful

  4. Pat

    Thank you, thank you, thank you! I’ve looked everywhere on how to change the default avatar and you were the only ones who simple explained it and displayed how! Sometimes finding the answer in the haystack of information can be just mind blowing. You rock!

  5. manoj rai

    how set when user comment your post show him/her original profile. please help me. thanks

  6. Joy

    Hello, I’ve tried this in my child’s theme function and it just will not work. The image in the discussion settings and on the front-end appear broken. When I right click to view the path it displays:

    It affixes the i1.wp.com before the link. Even when I tried to connect directly to the child theme stylesheet directory and pickup from the folder, ‘images/chicken_avatar.png’, it still affixed the i1.wp.com

    Any ideas how to fix this? Thank you.

    • WPBeginner Support

      Hey Joy,

      We tested it again with a child theme and it worked as expected. We are not sure what may be causing the issue. You can follow the instructions again. Make sure you add the full image URL in the code.

      Admin

      • Joy

        Hmm, not sure what I was doing wrong. I just gave it another go and it works. Thank you!

    • Andrew

      Joy: Mine Via Another WordPress Script, is Going to (i0.wp.com/MySite…). Very Strange. :–)

      • Andrew

        It Still Shows i0.wp.com/MySite Whwn Going to the Image Location, but I Changed the URL Code to (‘/custom-gravatar/mh-profile-photo-default.png’), Instead of ‘example.com/wp-content/uploads/2017/09/mh-profile-photo-default.png’). In Settings > Discussion It Shows My Admin Photo as the Default User Gravatar, but On User Profiles, It Views Properly! :–)

  7. Mayaprakash Pant

    Hello.

    The code worked perfectly fine for me. But this arises another problem:

    Same gravatar appears when everyone else including visitor comments on my blog.

    How to solve this?

  8. Gabrielle

    Hi, i added and sucesfully saved input(type = url) for each user profile, on ly localhost installation.
    I’m trying to change original code from WP Codex wesbsite:

    From:
    add_filter( ‘avatar_defaults’, ‘new_default_avatar’ );

    function new_default_avatar ( $avatar_defaults ) {
    //Set the URL where the image file for your avatar is located
    $new_avatar_url = get_bloginfo( ‘template_directory’ ) . ‘/images/new_default_avatar.png’;
    //Set the text that will appear to the right of your avatar in Settings>>Discussion
    $avatar_defaults[$new_avatar_url] = ‘Your New Default Avatar’;
    return $avatar_defaults;
    }

    To something that will replace default avatar url foreach user with value from custom input field(if its not empty), any help?
    I know there are plugins that allows subsciribers to upload gravatar images, but i don’t want to allow them doing that, i want to give them a chance to put url to their own images

  9. Manish B

    I am not able to show avatars next to comments. I am using Hitchcock Wordpress Theme.

  10. Claire Benneth

    THANK YOU!

    Actually I’ve been looking for this solution for my blog for 3 months!
    Thanks again!

    Claire xo

  11. Jen Hardy

    I have the Gravatar set up in Wordpress, but when the e-mail goes out to my followers for my blog, the mystery man is there. Looks really bad at the top of my e-mail. Any suggestions?

    Thanks!

  12. Syed Hamza

    Here are two folders of images in Cpanel.
    1. /public_html/wp-includes/images
    2. /public_html/wp-content/themes/divi/images

    In which folder where I upload the image.

  13. Manoj

    I can’t see my avatar even after setting in comment box but i see it about me.

    • Manish B

      I am facing the same issue.

  14. Michael

    I’m looking for a plugin, or SIMPLE code solution that will allow me to create a number of ‘default’ gravatar/avatar images that are color coded based on the member’s gender/orientation. Obvious ones like blue for male, pink for female, but I’ll likely add lavender for transgender and possibly others. Basically, the decision about the ‘default’ avatar that appears for the member (until they upload an image) would at least let people browsing the site know if the person they see posting (or online) is male / female / transgender / etc.. Any ideas?

  15. Me

    Is there code to force the default avatar to be blank? I have it set to blank in the WP settings, but it’s still showing up as mystery man. Is there code to either delete mystery man entirely so it’s not even an option. Or to make sure it’s blank and not mystery man? Thanks!

      • Me

        Thanks! I tried that already. When I do that, the avatars also disappear from the author box (I’m using Starbox). I’m at a loss. I’ve even checked my WP tables, and it shows the default avatar is set to blank. I can’t figure out how to get rid of mystery man…

  16. Michael

    How would one go about rotating a set of images in that Gravatar thumbnail spot? Meaning: if I had 5 different images, to have them randomly appear for users without Gravatars, so there was a variation of the 5?

  17. Angelica Costa

    If anyone is facing issues with child themes, just use:

    $myavatar = get_stylesheet_directory_uri().’/img/favicon.png’;

    It works.

    • Mark

      This was a life saver!

    • Julia

      Great, thanks!

  18. Gina Smith

    Thanks for the information!

  19. Keely

    Wow – found this post 2 years after my first post and got it working this time :)
    Thanks WP Beginner

  20. chris007

    okay i get the whole idea but how you put your personal pciture of you into the gravatar that what i’m trying to figure out..

    • Thomas

      Goto Gravatar website and sign in with WordPress. Then you can upload your avatar and tie it to one or more of your emails.

  21. Karan Rawat

    It works. Thanks Bookmarked your blog!

  22. Chuks Emmanuel

    Thank you Syed Balkhi. it really worked for me. just keep the good work going.

  23. Adrian O'Farrell

    Hi, just checking what happens next

  24. Simen Eggen

    Thank you so much :) it’s working :D

  25. Sadia

    Thank you so much for these instructions. For some reason, things were wonky when I used a .png file, but a gif worked easy peasy!

  26. Katelyn

    I am having the same issue as Keely. I am using a child theme so get_bloginfo does not work. When I check the URL of the broken image it displays the path to the parent theme. Is there a way to get this to work with a child theme?

  27. Akash KB

    What should be the size of the image file to be uploaded to the theme folder?

    Thanks :)

  28. Brody

    Any way to make this use a SSL connection using the same code? Always loads “insecure content”. What changes to make it a secure image during loading?

    • WPBeginner Support

      If you are loading gravatar on a secure page then it should automatically load securely. Also check Settings » General change your site and WordPress address to use https. Let us know if this solved the issue.

      Admin

  29. Pavan Deshpande

    Thank you for sharing this , i was not able to change the default image but after reading this i changed

  30. Keely

    What if you’re using a child theme …

    I changed the line
    $myavatar = get_bloginfo(‘template_directory’) . ‘/images/gravataricon.gif’;
    to
    $myavatar = get_bloginfo(‘stylesheet_directory’) . ‘/images/gravataricon.gif’;

    but still not working :(

    • Editorial Staff

      Is the image not showing or the code altogether is not working (i.e it’s not even adding an option for custom gravatar)?

      Admin

      • Kristen

        I am having issues with the code also. I used it on another site and it worked perfectly, however on the site I’m currently working on… it shows as an option in the admin panel under settings-discussion, however it is showing as a broken image and does not display on the blog pages either. Any help is greatly appreciated.

        • Editorial Staff

          Right click on the broken image to get the image URL. Open that URL in another tab to verify that the URL is correct.

  31. Rachel

    I just used your advice here; more explanation that the image needed to be saved in the themes folder too would have been helpful. But your tips here helped me figure some of it out. Thanks.

  32. mrahmadawais

    @wpbeginner Secondly , do you know an good pre image loading plugin for wordpress

  33. mrahmadawais

    @wpbeginner disquess is having some problems at my blog see there http://freakify.com it is not allowing me to upload any custom image>>>? Why

  34. wpbeginner

    @mrahmadawais That is because Disqus is a third party platform….

  35. mrahmadawais

    tell me plz

  36. mrahmadawais

    any one here now to tell me why disquss is not accpting this

  37. Shabil Team

    This gravatar custom code is very cool and really work on my blog. Thank you very much.

    You rock WPbeginner.

  38. Shabil Team

    This gravatar custom code is very cool and really work on my blog. Thank you very much.

    You rock WPbeginner.

  39. wpbeginner

    @Kindar We are glad to have you as a user :) Let us know if you have any suggestions.

  40. Kindar

    When ever I search for something on the internet i usually get to see your website.. Now I started follow your website and the stuff you share.. What ever you share its really useful and thats why i always check it up, and see whats new. Also i wanted to thank you for the last subject.

  41. Kindar

    When ever I search for something on the internet i usually get to see your website.. Now I started follow your website and the stuff you share.. What ever you share its really useful and thats why i always check it up, and see whats new. Also i wanted to thank you for the last subject.

  42. iur

    where is located the file /images/gravataricon.gif ?

  43. Cee

    Hi!
    Wow..I’ve gone round and round with code. Not adept with this as a newb…but usually can get things to work.
    I added the code to get a default avatar for guest . It worked. At least in admin. The image shows up in ADMIN..but not on the website.

    I also signed up at gravatar for my own custom gravatar for my ADMIN comments…and it shows up in their “check point”…but cannot get it to show up in my comments.

    Neither does the Guest Gravatar.. but the GRAVATAR image shows up instead.
    My custom image IS checked as default in Discussions. Both images are uploaded to the theme/images and the path to the guest image is correct in the code. I made the images 128 x 128 as suggested online nowadaZe… Dunno if THAT sizing must be specified somewhere? I looked thru the functions code…as best as my bewildered eyes can comprehend..but didn’t finding anything that looked like it would work. Maybe in style.css?… Dunno if it makes a difference. Don’t want to go thru changing everything..and still not work. Have already spent DAYS trying to figure this out. Should be a simple thing.

    Don’t understand why MY admin gravatar isn’t showing. Per what I read…it should be handled via gravatar. The email address used for the gravatar is the same as listed in admin.

    WHAT am I doing wrong/missing?.. I have WP 2.8.4.
    I tried pasting the above code at the top…AND at the bottom… but neither works. Does it matter WHERE you paste it in the functions.php?

    Can you suggest anything?Would DEEPLY appreciate any help you can give. Can give you any code you might need…just specifiy.

    Thank you in advance. tearing out hair..

    • Editorial Staff

      It sounds like that this issue is not with the function rather it is the comments.php file error.

      Admin

  44. Louis Gubitosi

    thanks for this tip. I used this on my site and the default avatar is showing up in the comments section but not in the “Recent Comments” side bar. I’m using the “Get Recent Comments” plugin. Is this treated differently?

    http://interactiveblend.com/blog

    • Editorial Staff

      Unless that plugin has specified a default in their code, this should work. It means the plugin is not coded properly. Contact the developer, and ask them to fix it.

      Admin

  45. martin

    The code works if placed in custom-php.php which has the advantage of sticking through upgrades.

    Do you have any ideas on the code for removing the html calls to gravitar.com in buddypress?

  46. JD

    Thanks for the tip. Works flawlessly.

  47. Desik

    I noticed wordpress is changing the quote into a backquote, you should use ' instead of

  48. fantasmo

    This is the code snippet I was looking for.
    But it doesn’t work properly… I put in the code into my functions.php (I’m sure everything is correct, also the path to my picture).

    But when I go to discussion, I can’t see my Avatar, and also the WP-backend is a little bit broken… The code i put into the functions.php shows up above the header of the WP-backend.

    Can you help me please? Maybe I didn’t only a little thing wrong??

    • Editorial Staff

      The code above is 100% correct because that is what we are using. I don’t know what you can potentially be doing wrong. But without looking at your codes we won’t be able to help you out. You can hire us for a small fee, and our staff can surely fix the problem.

      Admin

      • Tracy

        I think I may be having the same trouble as fantasmo. The snippet works and the gravatar shows up within the discussion admin page but when you click on ‘save changes’ to save the options, you get a white screen which displays the footer from the option-discussions.php instead of the full page saying that the options have been saved.

    • CC Rogers

      I saw the same results as Fantasmo. When I copy/pasted the code, the blank line between the add_filter and the function was lost for some reason. Putting the blank line back seemed to fix the problem.

Leave A Reply

Thanks for choosing to leave a comment. Please keep in mind that all comments are moderated according to our comment policy, and your email address will NOT be published. Please Do NOT use keywords in the name field. Let's have a personal and meaningful conversation.