Create Your Own Image to Change The Default Gravatar in WordPress

tokokoo_wordpress_ecommerce_themes

WordPress provides some images to choose as the default gravatar, this gravatar will be appear if a comment doesn’t have gravatar. Can we change these default gravatar? We want our comment section is unique and give a more personalized touch. In this tutorial we’ll take a custom image and add it as the default gravatar.

change-cover

If we see the others famous blogs, most of them use this feature…let we see the example below :

How to?

Please look the goal of our project as shown below

thegoal

Step 1 – Create an image for gravatar in photoshop

  1. Make a new file, we will make an image of size 400×400 pixels
    gbr1
  2. Then make a background for this image, I choose the color  [#0054a6] and [#0d004c] then with the gradient tool I drew a line from the top left corner to bottom right corner.
    gbr2
  3. Now we make the logo, in this tutorial I make a written ‘DW’, with the settings as shown below
    gbr3Then on the Layer Style, I make the settings as shown below
    gbr4
    And see the result

    result2

  4. Next we make the ribbon. I made a square image with color #0054a6 and the size of as shown below
    gbr5Then on the layer style, I use the feature “Drop Shadow”, “Gradient Overlay” and “Stroke” with settings as shown below.
    gbr6
    And see the result

    result3

  5. Make a written “guest”, with the settings as shown below
    gbr7
    Then on the Layer Style, I use the feature Gradient overlay with the settings as shown below
    gbr8
    See the result

    result4

  6. Finally, resize our image with the size like 128x128px or 80x80px or 64x64px or 32×32 px, as shown below
    gbr9

Download

You can download these free gravatar images, six images .png files at 128px.

preview

  free_gravatar.zip (35.2 KiB, 742 hits)

Step 2 – Upload your image

Use FTP tools, then upload to your theme directory  “wp-content/themes/yourthemes/images” or you can use the wordpress admin panel > Media > Add New
Then choose edit in your image to see the url link to the image.

Step 3 – Adding new code to function.php

Thanks to build internet for this code (please open the link for more detail explanation)

<?php

add_filter( 'avatar_defaults', 'newgravatar' );

function newgravatar ($avatar_defaults) {
$myavatar = get_bloginfo('template_directory') . '/images/gravatar.jpg';
$avatar_defaults[$myavatar] = "Build Internet";
return $avatar_defaults;
}

?>

Please change this line in accordance with your image link

$myavatar = get_bloginfo('template_directory') . '/images/gravatar.jpg';

Save it.

Step 4 – Change the default gravatar with your own image

In wordpress admin panel > Settings > Discussion

Give the check on a new image that we make before to make it the default gravatar.

default-gravatar

That’s all, but I would love to hear your thoughts and suggestions in the comment section below on any areas that you need further clarification or that you would do a little bit differently.

Subscribe for sessions to pass 646-578 exam with guarantee.Also download icnd link for the next exam,after getting success in 642-813 exam you can find a excellent job.

Post comment as twitter logo facebook logo
Sort: Newest | Oldest

magnificent put up, very informative. I ponder why the opposite specialists of this sector do not realize this. You must proceed your writing. I am confident, you've a huge readers' base already!

Excellent post! I have been looking for this little tweak to add it to my WordPress theme that I'm currently working on... Thanks!

I changed back to Twenty Ten and now it's not working anymore. The picture links to: /wp-content/themes/twentytentwentyten/images/gravatar.png?s=40 it should be: /wp-content/themes/twentyten/images/gravatar.png What can I do?

This is good hint, but I wanna ask, this default avatar will follow me, if i write some comment to another blog, or it just for my blog? I'll try that code... thanks.

Hi, You have explained it pretty well. But in your code it still shows Build Internet. SO you need to replace the Build Internet in the code that you add to fucntion.php file with your own website name. See the sereen shot of the Wordpress Admin page where you set Gravatar also shows ur icon but shows Build Internet as name.

Have a nice sharing, thank you.

im still navigating your blog, you have a huge useful information, im really happy that i found you, you answered a lot of questions that seems complicated for me, still reading other posts and taking notes. really you are the best thank you :)

I think many can do this change with ease and maybe WP should make it possible to upload a gravatar in the backend without adding

I have just posted about this little hack and it will be published later today with a link back to this post. I hope many others will try it and give their blog/site a personalized look and feel.

Hi George, thats nice...all of our tutorials and tips are for everyone. Thanks :)

Thanks for this tutorial. I just created my own default gravatar for my blog and I'm very happy with the results. It was easy to follow and get working. I think many can do this change with ease and maybe WP should make it possible to upload a gravatar in the backend without adding a function ;)

Really GREAT! I was looking for a tut like for a long time and now I got the solution. THX!

* I forgot "this" in a sentence ;)

Great, we are glad this tutorial is useful for you. :)

Thanks a million for this. Super easy tut and love the result.

Thanks! This makes my blog look much more professional and keeps the theme.

I was did this tutorial and great... My blog look awesome and professional. Thanks.

Nice post thank you for sharing! :-)

Thanks for your detail n excellent tutorials :cheers:

It's amazing how you managed to make simple things that until a few days ago seemed complicated. Thanks again for the post

Thanks so much for this! Very useful :)

Hi Rob, thanks for your comment...we try to share what we know. Nice to meet u :)

I wanted to thank you for this excellent read!! I definitely enjoyed every little bit of it. I have you bookmarked your site to check out the new stuff you post.

Thank's. Very easy. :)

Trackbacks

  1. CSS Brigit | says:

    WordPress provides some images to choose as the default gravatar, this gravatar will be appear if a comment doesnt have gravatar. Can we change these default gravatar? We want our comment section is unique and give a more personalized touch. In this…

  2. [...] the original here: Create Your Own Image to Change The Default Gravatar in WordPress | DynamicWP Tags: para-cambiar, por-defecto, propia-imagen, [...]

  3. Social comments and analytics for this post…

    This post was mentioned on Twitter by dynamicwp: New Post : Create Your Own Image to Change The Default Gravatar in WordPress http://bit.ly/cCETuO

  4. [...] From Chinese Photo Hosting SitesExisting Visual » EmergenceConv3s.jpg (JPEG Image, 750×563 pixels)Create Your Own Image to Change The Default Gravatar in WordPress …Dasatinib: A potent SRC inhibitor in clinical development for the … Tagged with: alex • Brian [...]

  5. [...] Create Your Own Image to Change The Default Gravatar in WordPress [...]

  6. [...] Create Your Own Image to Change The Default Gravatar in WordPress [...]

  7. [...] Create Your Own Image to Change The Default Gravatar in WordPress … [...]

  8. [...] Create Your Own Image to Change The Default Gravatar in WordPress | DynamicWP [...]

  9. [...] Create Your Own Image to Change The Default Gravatar in WordPress [...]

  10. [...] ago and maybe you should go read up more about gravatars.This post was inspired by a post about default gravatars over at dynamicwp.net. They posted how to create your own and get it working by selecting it via the admin backend.The [...]

img
20% off CoolHandle WordPress Hosting