<?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>Bernie Yu &#187; WordPress</title>
	<atom:link href="http://bernieyu.com/category/tech/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://bernieyu.com</link>
	<description>复刻生活</description>
	<lastBuildDate>Tue, 17 May 2016 09:03:15 +0000</lastBuildDate>
	<language>zh-CN</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.2.38</generator>
	<item>
		<title>WordPress Gravatar头像不显示的最新解决办法</title>
		<link>http://bernieyu.com/2015/03/wordpress-gravatar%e5%a4%b4%e5%83%8f%e4%b8%8d%e6%98%be%e7%a4%ba%e7%9a%84%e6%9c%80%e6%96%b0%e8%a7%a3%e5%86%b3%e5%8a%9e%e6%b3%95/</link>
		<comments>http://bernieyu.com/2015/03/wordpress-gravatar%e5%a4%b4%e5%83%8f%e4%b8%8d%e6%98%be%e7%a4%ba%e7%9a%84%e6%9c%80%e6%96%b0%e8%a7%a3%e5%86%b3%e5%8a%9e%e6%b3%95/#comments</comments>
		<pubDate>Tue, 24 Mar 2015 07:34:19 +0000</pubDate>
		<dc:creator><![CDATA[Bernie Yu]]></dc:creator>
				<category><![CDATA[IT技术]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://bernieyu.com/?p=13</guid>
		<description><![CDATA[任何主题，打开functions.php文件，将以下代码复制放到该文件最前，注意在第一个&#60;?php 之后 ... <a class="more-link" href="http://bernieyu.com/2015/03/wordpress-gravatar%e5%a4%b4%e5%83%8f%e4%b8%8d%e6%98%be%e7%a4%ba%e7%9a%84%e6%9c%80%e6%96%b0%e8%a7%a3%e5%86%b3%e5%8a%9e%e6%b3%95/">　　>>阅读全文&#60;&#60;</a>]]></description>
				<content:encoded><![CDATA[<p><span style="color: #555555; font-family: 'Microsoft Yahei'; font-size: 15px; line-height: 25px;">任何主题，</span><strong style="box-sizing: border-box; color: #555555; font-family: 'Microsoft Yahei'; font-size: 15px; line-height: 25px;">打开functions.php文件，将以下代码复制放到该文件最前</strong><span style="color: #555555; font-family: 'Microsoft Yahei'; font-size: 15px; line-height: 25px;">，注意在第一个</span><code style="box-sizing: border-box; font-family: Menlo, Monaco, Consolas, 'Courier New', monospace; font-size: 14px; padding: 2px 4px; color: #c7254e; background-color: #f9f2f4; border-top-left-radius: 4px; border-top-right-radius: 4px; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; line-height: 25px;">&lt;?php </code><span style="color: #555555; font-family: 'Microsoft Yahei'; font-size: 15px; line-height: 25px;">之后。</span></p>
<pre>//多说官方Gravatar头像调用
function mytheme_get_avatar($avatar) {
    $avatar = str_replace(array("www.gravatar.com","0.gravatar.com","1.gravatar.com","2.gravatar.com"),"gravatar.duoshuo.com",$avatar);
    return $avatar;
}
add_filter( 'get_avatar', 'mytheme_get_avatar', 10, 3 );</pre>
<p>通过<a href="http://www.daqianduan.com/5704.html">WordPress Gravatar头像不显示的最新解决办法_大前端</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://bernieyu.com/2015/03/wordpress-gravatar%e5%a4%b4%e5%83%8f%e4%b8%8d%e6%98%be%e7%a4%ba%e7%9a%84%e6%9c%80%e6%96%b0%e8%a7%a3%e5%86%b3%e5%8a%9e%e6%b3%95/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
