<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>《WordPress 隐藏博主的最新留言》的评论</title>
	<atom:link href="http://wange.im/hide-recent-author-comment-in-wordpress.html/feed" rel="self" type="application/rss+xml" />
	<link>http://wange.im/hide-recent-author-comment-in-wordpress.html</link>
	<description>My Life, My Studio...</description>
	<lastBuildDate>Mon, 21 May 2012 04:15:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>作者：麦子</title>
		<link>http://wange.im/hide-recent-author-comment-in-wordpress.html/comment-page-1#comment-127602</link>
		<dc:creator>麦子</dc:creator>
		<pubDate>Sat, 03 Sep 2011 17:31:02 +0000</pubDate>
		<guid isPermaLink="false">http://wange.im/?p=1841#comment-127602</guid>
		<description>自带的最新评论小工具怎么实现隐藏博主留言呢？能具体点吗？谢谢万戈。</description>
		<content:encoded><![CDATA[<p>自带的最新评论小工具怎么实现隐藏博主留言呢？能具体点吗？谢谢万戈。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：【liveme足迹】wordpress 隐藏作者博主的最新评论 - liveme - liveme博客</title>
		<link>http://wange.im/hide-recent-author-comment-in-wordpress.html/comment-page-1#comment-119976</link>
		<dc:creator>【liveme足迹】wordpress 隐藏作者博主的最新评论 - liveme - liveme博客</dc:creator>
		<pubDate>Thu, 30 Jun 2011 11:05:09 +0000</pubDate>
		<guid isPermaLink="false">http://wange.im/?p=1841#comment-119976</guid>
		<description>[...] （来源：万戈） [...]</description>
		<content:encoded><![CDATA[<p>[...] （来源：万戈） [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：媛诺诺</title>
		<link>http://wange.im/hide-recent-author-comment-in-wordpress.html/comment-page-1#comment-105419</link>
		<dc:creator>媛诺诺</dc:creator>
		<pubDate>Mon, 04 Apr 2011 15:49:27 +0000</pubDate>
		<guid isPermaLink="false">http://wange.im/?p=1841#comment-105419</guid>
		<description>我是用默认主题，找不到你说的函数啊，请问要在哪里改</description>
		<content:encoded><![CDATA[<p>我是用默认主题，找不到你说的函数啊，请问要在哪里改</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：万戈</title>
		<link>http://wange.im/hide-recent-author-comment-in-wordpress.html/comment-page-1#comment-100595</link>
		<dc:creator>万戈</dc:creator>
		<pubDate>Mon, 07 Mar 2011 12:58:23 +0000</pubDate>
		<guid isPermaLink="false">http://wange.im/?p=1841#comment-100595</guid>
		<description>其实原理是一样的，就多几个comment_author != 就可以了</description>
		<content:encoded><![CDATA[<p>其实原理是一样的，就多几个comment_author != 就可以了</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：liveme</title>
		<link>http://wange.im/hide-recent-author-comment-in-wordpress.html/comment-page-1#comment-100543</link>
		<dc:creator>liveme</dc:creator>
		<pubDate>Mon, 07 Mar 2011 00:57:20 +0000</pubDate>
		<guid isPermaLink="false">http://wange.im/?p=1841#comment-100543</guid>
		<description>如果一个博客有好几个管理者的，要隐藏掉好几人的评论，怎么弄……  :arrow:</description>
		<content:encoded><![CDATA[<p>如果一个博客有好几个管理者的，要隐藏掉好几人的评论，怎么弄……  <img src='http://wange.im/wp-includes/images/smilies/icon_arrow.gif' alt=':arrow:' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：米丫歪叽 &#187; Blog Archive &#187; 一句代码，让博主的留言在侧边栏隐藏</title>
		<link>http://wange.im/hide-recent-author-comment-in-wordpress.html/comment-page-1#comment-97391</link>
		<dc:creator>米丫歪叽 &#187; Blog Archive &#187; 一句代码，让博主的留言在侧边栏隐藏</dc:creator>
		<pubDate>Thu, 17 Feb 2011 03:43:32 +0000</pubDate>
		<guid isPermaLink="false">http://wange.im/?p=1841#comment-97391</guid>
		<description>[...] 还有一种方法就是屏蔽掉某人的连接原文看http://wange.im/hide-recent-author-comment-in-wordpress.html。和前面的道理一样都是个条件语句只不过参数不一样罢了请看还是在那个where语句中你加入comment_author_url != &#8216;http://www.miyawaiji.com&#8217;（网址可是你自己的哦）很方便吧。 [...]</description>
		<content:encoded><![CDATA[<p>[...] 还有一种方法就是屏蔽掉某人的连接原文看http://wange.im/hide-recent-author-comment-in-wordpress.html。和前面的道理一样都是个条件语句只不过参数不一样罢了请看还是在那个where语句中你加入comment_author_url != &#8216;<a href="http://www.miyawaiji.com&#8217;（网址可是你自己的哦）很方便吧。" rel="nofollow">http://www.miyawaiji.com&#8217;（网址可是你自己的哦）很方便吧。</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Maplews</title>
		<link>http://wange.im/hide-recent-author-comment-in-wordpress.html/comment-page-1#comment-93123</link>
		<dc:creator>Maplews</dc:creator>
		<pubDate>Tue, 25 Jan 2011 15:24:28 +0000</pubDate>
		<guid isPermaLink="false">http://wange.im/?p=1841#comment-93123</guid>
		<description>好东西  :eek:</description>
		<content:encoded><![CDATA[<p>好东西  <img src='http://wange.im/wp-includes/images/smilies/icon_surprised.gif' alt=':eek:' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：万戈</title>
		<link>http://wange.im/hide-recent-author-comment-in-wordpress.html/comment-page-1#comment-90511</link>
		<dc:creator>万戈</dc:creator>
		<pubDate>Sat, 15 Jan 2011 06:27:09 +0000</pubDate>
		<guid isPermaLink="false">http://wange.im/?p=1841#comment-90511</guid>
		<description>不是的，twentyten默认主题没有最新评论的函数，那是通过小工具实现的
最新评论的函数你可以参考这篇文章：http://wange.im/recent-comments-in-one.html</description>
		<content:encoded><![CDATA[<p>不是的，twentyten默认主题没有最新评论的函数，那是通过小工具实现的<br />
最新评论的函数你可以参考这篇文章：http://wange.im/recent-comments-in-one.html</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：HouseChan</title>
		<link>http://wange.im/hide-recent-author-comment-in-wordpress.html/comment-page-1#comment-90510</link>
		<dc:creator>HouseChan</dc:creator>
		<pubDate>Sat, 15 Jan 2011 06:18:23 +0000</pubDate>
		<guid isPermaLink="false">http://wange.im/?p=1841#comment-90510</guid>
		<description>万大哥，我的是3.0.4的，不知道加在哪里啊。

/**
 * Removes the default styles that are packaged with the Recent Comments widget.
 *
 * To override this in a child theme, remove the filter and optionally add your own
 * function tied to the widgets_init action hook.
 *
 * @since Twenty Ten 1.0
 */
function twentyten_remove_recent_comments_style() {
	global $wp_widget_factory;
	remove_action( &#039;wp_head&#039;, array( $wp_widget_factory-&gt;widgets[&#039;WP_Widget_Recent_Comments&#039;], &#039;recent_comments_style&#039; ) );
}
add_action( &#039;widgets_init&#039;, &#039;twentyten_remove_recent_comments_style&#039; );
是不是在这里的某一个地方？我之前乱加弄的小网死掉，再也不敢随便加了，恳请万兄指点一下。 :roll:</description>
		<content:encoded><![CDATA[<p>万大哥，我的是3.0.4的，不知道加在哪里啊。</p>
<p>/**<br />
 * Removes the default styles that are packaged with the Recent Comments widget.<br />
 *<br />
 * To override this in a child theme, remove the filter and optionally add your own<br />
 * function tied to the widgets_init action hook.<br />
 *<br />
 * @since Twenty Ten 1.0<br />
 */<br />
function twentyten_remove_recent_comments_style() {<br />
	global $wp_widget_factory;<br />
	remove_action( 'wp_head', array( $wp_widget_factory-&gt;widgets['WP_Widget_Recent_Comments'], 'recent_comments_style' ) );<br />
}<br />
add_action( 'widgets_init', 'twentyten_remove_recent_comments_style' );<br />
是不是在这里的某一个地方？我之前乱加弄的小网死掉，再也不敢随便加了，恳请万兄指点一下。 <img src='http://wange.im/wp-includes/images/smilies/icon_rolleyes.gif' alt=':roll:' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：万戈</title>
		<link>http://wange.im/hide-recent-author-comment-in-wordpress.html/comment-page-1#comment-84807</link>
		<dc:creator>万戈</dc:creator>
		<pubDate>Fri, 17 Dec 2010 23:27:42 +0000</pubDate>
		<guid isPermaLink="false">http://wange.im/?p=1841#comment-84807</guid>
		<description>恩恩，我想想哈</description>
		<content:encoded><![CDATA[<p>恩恩，我想想哈</p>
]]></content:encoded>
	</item>
</channel>
</rss>

