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

Så här ändrar du standard Gravatar på WordPress (enkel guide)

Vill du ändra standard Gravatar på din WordPress-webbplats? Vi hör från många användare som inte gillar den generiska ”mystiska person”-bilden som WordPress visar när en kommentator inte har en Gravatar.

Vi på WPBeginner håller med om att det inte är det mest välkomnande eller engagerande utseendet på ditt kommentarsfält. Genom att ersätta den här stockbilden med en bild som du väljer kan du anpassa ditt kommentarsfält till ditt varumärke och få det att sticka ut.

I den här artikeln visar vi dig hur du ändrar standard Gravatar på WordPress.

How to change the default Gravatar on WordPress

Vad är en standard Gravatar och varför ändra den?

Gravatar står för Globally Recognized Avatar (globalt erkänd avatar). Det är en webbtjänst som allow människor att skapa en profil och associera avatar images med sin email address.

Alla WordPress webbplatser har inbyggt support för Gravatars och visar automatiskt användarens avatar när de skriver posts på en multi-site WordPress blogg eller lämnar comments.

Om en användare inte har en Gravatar visar WordPress en standard Gravatar istället. För de flesta WordPress-webbplatser är detta en grå mystisk person.

The default Gravatar in WordPress

You can change this standard Gravatar to any other picture of your choosing. Du kan till exempel använda en image som representerar ditt företag, som logotypen för din website. Detta kan hjälpa till att förstärka your branding.

Med detta sagt, låt oss nu se hur du kan ändra standard Gravatar image på din WordPress website eller blogg. Använd bara snabblänkarna för att hoppa direkt till den metod du vill använda:

Metod 1: Välj en annan built-in WordPress Gravatar (snabbt och enkelt)

WordPress levereras med några olika standard Gravatars som du kan använda. Att använda standarderna är det snabbaste sättet att ändra den mystiska personens Gravatar, även om dessa images inte kommer att vara unika för din WordPress website eller varumärke.

För att se de olika standard Gravatars måste du gå till Settings ” Discussion från WordPress admin area.

Changing the default Gravatars in WordPress

Under ”Standard Avatar” ser du alla de olika built-in-avatarer som WordPress kan använda när det inte finns någon Gravatar linkad till personens email address.

Som standard använder WordPress den mystiska personen som standard, men du kan använda vilken annan image som helst i detta section.

The built-in WordPress Gravatars

Klicka helt enkelt på knappen bredvid den image som du vill använda på din WordPress blogg.

Därefter rullar du längst ner på vyn och clickar på ”Save Changes”.

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

Metod 2: Använd Thrive Comments för att ladda upp en anpassad Gravatar (Plugin Method)

Om du inte gillar alternativen för Gravatar som tillhandahålls av WordPress, kan du istället uploada en custom gravatar. Detta är det bästa sättet att anpassa din comment section till ditt varumärke.

För denna metod kommer vi att använda Thrive Comments. Det är ett plugin för kommentarer som är utformat för att uppmuntra användare att kommentera dina blogginlägg och öka engagemanget på din webbplats.

Förutom en custom Gravatar funktion, kommer Thrive Comments med tools för att göra din comment section roligare och mer spännande. Till exempel kan du aktivera likes och dislikes precis som på en social media site.

The Thrive Comments WordPress plugin

Du kan få Thrive Comments som ett enskilt plugin eller köpa den kompletta Thrive Themes Suite. Detta inkluderar alla Thrive-produkter, som Thrive Ovations, som kan förvandla dina kommentarer till rekommendationer.

Efter det kan du downloada ett zip-paket med plugin för att installera på din WordPress site. Läs vår Step-by-Step guide om hur du installerar ett WordPress tillägg för mer information.

När pluginet är installerat och aktiverat kan du gå till Thrive Dashboard ” Th rive Comments från WordPress admin area. Öppna sedan tabben ”Customize Style”.

Kontrollera att inställningen ”Display avatars” är aktiverad på den här tabben. När du har gjort det klickar du bara på ”Choose Image”.

Choosing a custom gravatar in Thrive Comments

Klart att du antingen kan välja en befintlig image från mediabiblioteket i WordPress eller uppladare din egen som standard 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. Denna image bör vara en square, gillar 250×250 pixlar.

När du har valt en image klickar du på ”Select”.

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

Och du är klar!

Du bör nu se din nya standard Gravatar i preview och på din live comment section.

Example of a comment after the Thrive Comments plugin is activated

Det coola med Thrive Comments är att du enkelt kan lazy load gravatars med det.

Det innebär att WordPress inte kommer att displayed en kommentators Gravatar förrän website besökaren rullar ner till den specifika kommentaren.

Om du vill aktivera den här funktionen går du helt enkelt till Thrive Dashboard ” Thrive Comments och öppnar tabben ”Advanced Settings”. Kryssa sedan av i boxen som säger ”Load avatar images when comment enter viewport.

Du kan också kryssa av de andra utvalda funktionerna för lazy loading.

Enabling lazy loading in Thrive Comments

För fler tips och tricks om hur du använder Thrive Comments, kontrollera dessa guider:

Metod 3: Infoga ett code snippet för att använda en Custom Gravatar (kodmetod)

Förutom att använda Thrive Comments kan du också uploada en custom Gravatar med hjälp av kod. Du kanske föredrar den här metoden om du helt enkelt vill lägga till en new image i gravatarlistan på WordPress Discussion page.

Likes i den andra metoden, du måste ha en image som du vill använda som en Gravatar.

Efter det kan du ladda upp imagen till din WordPress site genom att gå till Media ” Add New. Här kan du antingen välja en image från mediabiblioteket i WordPress eller uppladare en new file från din dator.

How to upload a custom default Gravatar in WordPress

Nu när du har valt en image kan du klicka på länken ”Edit” bredvid den.

WordPress öppnar nu filen för edit. På den här vyn rullar du till sektionen ”File URL”.

Uploading a default WordPress Gravatar

Obs/observera den här URL:en eftersom du behöver den i nästa steg.

I det här skedet måste du add to lite kod till din WordPress site. Ofta kommer tutorials att be dig att lägga till custom snippets till ditt temas functions.php-fil.

Vi rekommenderar dock inte detta eftersom även ett litet misstag i din kod kan orsaka vanliga WordPress error eller helt förstöra din website.

Det är därför vi rekommenderar att du använder WPCode. Det är det enklaste och säkraste sättet att add to custom code i WordPress utan att behöva edit några core WordPress-filer.

Det första du behöver göra är att installera och aktivera det gratis pluginet WPCode. För mer detaljer, se vår Step-by-Step guide om hur du installerar ett WordPress plugin.

Efter aktivering, gå till Code Snippets ” Add Snippet i din WordPress dashpanel.

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. Dessa inkluderar snippets som tillåter dig att helt inaktivera comments i WordPress, uploada SVG-filer till din site, och mycket mer.

Det finns till och med en för att använda en anpassad bild för standardavataren. Sök bara efter utdraget ”Custom Default Avatar” i biblioteket.

När du har hittat det, håll muspekaren över det och klicka sedan på knappen ”Använd snippet”.

Showing a custom avatar using code

Efter det kommer WPCode automatiskt att lägga till rätt kod åt dig.

Glöm inte att ersätta URL:en med en länk till den image som du vill använda som standard WordPress Gravatar.

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

Under kodboxen kommer du att se några alternativ för infogning. Om det inte redan är valt väljer du metoden ”Auto Insert” så att snippet automatiskt infogas och körs på hela din site.

Därefter öppnar du dropdown ’Location’ och klickar på ’Run Everywhere’.

How to run PHP gravatar code across your website

När du har gjort det måste du rulla högst upp på vyn och klicka på ”Inactive” toggle så att den ändras till ”Active” istället.

Slutligen går du vidare och klickar på ”Uppdatera” för att göra Gravatar-snippet live.

How to activate the gravatar code snippet

För att börja använda denna Gravatar, gå till Settings ” Discussion page.

I avsnittet ”Standardavatar” väljer du det nya alternativet ”Anpassad avatar”.

How to change the default Gravatar in WordPress

Efter det, se till att du klickar på ”Save Changes” för att lagra dina inställningar.

Nu, om du besöker din website, kommer du att se den nya standard Gravatar image live.

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

Så där ja! För att lära dig mer om Gravatars i WordPress, kontrollera dessa guider:

Vi hoppas att den här artikeln har hjälpt dig att lära dig hur du ändrar standard Gravatar på WordPress. Du kanske också vill se vår guide om hur du granskar kommentarer i WordPress och vår lista över de bästa tillägg för WordPress-kommentarer.

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.

Avslöjande: Vårt innehåll stöds av våra läsare. Det innebär att om du klickar på några av våra länkar, kan vi tjäna en provision. Se hur WPBeginner finansieras, varför det är viktigt, och hur du kan stödja oss. Här är vår editoriala process.

Avatar

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.

Den ultimata WordPress-verktygslådan

Få GRATIS tillgång till vår verktygslåda - en samling WordPress-relaterade produkter och resurser som varje professionell användare bör ha!

Reader Interactions

119 kommentarerLämna ett svar

  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.

      Administratör

      • 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.

      Administratör

  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)?

      Administratör

      • 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.

      Administratör

  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.

      Administratör

  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.

      Administratör

      • 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.

Lämna ett svar

Tack för att du väljer att lämna en kommentar. Tänk på att alla kommentarer modereras enligt våra policy för kommentarer, och din e-postadress kommer INTE att publiceras. Vänligen använd INTE nyckelord i namnfältet. Låt oss ha en personlig och meningsfull konversation.