Create Your Own Image to Change The Default Gravatar in WordPress
19th Mar 2010 | Posted by Eko S. | 36 CommentsWordPress 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.

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

Step 1 – Create an image for gravatar in photoshop
- Make a new file, we will make an image of size 400×400 pixels

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

- Now we make the logo, in this tutorial I make a written ‘DW’, with the settings as shown below
Then on the Layer Style, I make the settings as shown below

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

And see the result
- Make a written “guest”, with the settings as shown below

Then on the Layer Style, I use the feature Gradient overlay with the settings as shown below

See the result
- Finally, resize our image with the size like 128x128px or 80x80px or 64x64px or 32×32 px, as shown below

Download
You can download these free gravatar images, six images .png files at 128px.
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.
![]()
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.
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.
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.
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 ;)
It's amazing how you managed to make simple things that until a few days ago seemed complicated. Thanks again for the post
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.
Trackbacks





































…
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…
[...] the original here: Create Your Own Image to Change The Default Gravatar in WordPress | DynamicWP Tags: para-cambiar, por-defecto, propia-imagen, [...]
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…
[...] 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 [...]
[...] Create Your Own Image to Change The Default Gravatar in WordPress [...]
[...] Create Your Own Image to Change The Default Gravatar in WordPress [...]
[...] Create Your Own Image to Change The Default Gravatar in WordPress … [...]
[...] Create Your Own Image to Change The Default Gravatar in WordPress | DynamicWP [...]
[...] Create Your Own Image to Change The Default Gravatar in WordPress [...]
[...] 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 [...]