<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Alabama Website Design, Development, and Hosting &#187; avatars</title>
	<atom:link href="http://evenparsolutions.com/category/avatars/feed/" rel="self" type="application/rss+xml" />
	<link>http://evenparsolutions.com</link>
	<description></description>
	<lastBuildDate>Fri, 17 May 2013 15:34:55 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=440</generator>
		<item>
		<title>Adding Your Own Custom Avatar to WordPress</title>
		<link>http://evenparsolutions.com/adding-your-own-custom-avatar-to-wordpress/</link>
		<comments>http://evenparsolutions.com/adding-your-own-custom-avatar-to-wordpress/#comments</comments>
		<pubDate>Mon, 27 Jun 2011 23:00:03 +0000</pubDate>
		<dc:creator>Tony Oravet</dc:creator>
				<category><![CDATA[avatars]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://evenparsolutions.com/?p=2811</guid>
		<description><![CDATA[Have you ever wanted to replace the &#8220;Blank Man&#8221; or the default Gravatar avatar in the comments section of your WordPress site with your own branded avatar? Here&#8217;s the code you&#8217;ll need to put in your theme&#8217;s functions.php file to get this done: add_filter( 'avatar_defaults', 'newgravatar' ); function newgravatar ($avatar_defaults) { $myavatar = get_bloginfo('template_directory') . [...]]]></description>
				<content:encoded><![CDATA[<p>Have you ever wanted to replace the &#8220;Blank Man&#8221; or the default Gravatar avatar in the comments section of your WordPress site with your own branded avatar? Here&#8217;s the code you&#8217;ll need to put in your theme&#8217;s functions.php file to get this done:</p>
<p><code><br />
add_filter( 'avatar_defaults', 'newgravatar' );</p>
<p>function newgravatar ($avatar_defaults) {<br />
    $myavatar = get_bloginfo('template_directory') . '/images/avatarimage.jpg';<br />
    $avatar_defaults[$myavatar] = "Custom Brand Name Here";<br />
    return $avatar_defaults;<br />
}</code></p>
<p>Of course you should change the &#8220;avatarimage.jpg&#8221; to whatever you would like and the &#8220;Custom Brand Name Here&#8221; to whatever you want to show up in the Avatar section on the Discussions page.</p>
<p>The only thing left to do is to switch your avatar settings on the Discussions page. This will allow anyone with avatars setup at different places like <a href="http://www.gravatar.com">Gravatar</a> to show their own avatar&#8230;however if a user doesn&#8217;t have one, then the code above will set theirs to the default until they create their own.</p>
<p>Hope this helps!</p>
<p>Here is a screen shot from one of our clients setup, <a href="http://www.thehandmadehome.net">The Handmade Home</a>. This is how it should show up on the discussions page. </p>
<p><a href="http://evenparsolutions.com/wp-content/uploads/2011/06/Screen-shot-2011-06-27-at-10.53.jpg"><img src="http://evenparsolutions.com/wp-content/uploads/2011/06/Screen-shot-2011-06-27-at-10.53.jpg" alt="adding your own custom avatar to wordpress" title="adding your own custom avatar to wordpress" width="191" height="289" class="alignnone size-full wp-image-2814" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://evenparsolutions.com/adding-your-own-custom-avatar-to-wordpress/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
