<?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>FVF.me&#039;Ye &#187; 最热文章</title>
	<atom:link href="http://fvf.me/tag/%e6%9c%80%e7%83%ad%e6%96%87%e7%ab%a0/feed" rel="self" type="application/rss+xml" />
	<link>http://fvf.me</link>
	<description>我是孤独的根号5</description>
	<lastBuildDate>Mon, 19 Sep 2011 12:10:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>最热文章代码-wordpress主题</title>
		<link>http://fvf.me/wordpress/theme/article-hottest-code-wordpress-theme.html</link>
		<comments>http://fvf.me/wordpress/theme/article-hottest-code-wordpress-theme.html#comments</comments>
		<pubDate>Wed, 05 Aug 2009 08:31:16 +0000</pubDate>
		<dc:creator>死兔子</dc:creator>
				<category><![CDATA[主题]]></category>
		<category><![CDATA[代码]]></category>
		<category><![CDATA[最热文章]]></category>

		<guid isPermaLink="false">http://fvf.me/wordpress/%e6%9c%80%e7%83%ad%e6%96%87%e7%ab%a0%e4%bb%a3%e7%a0%81-wordpress%e4%b8%bb%e9%a2%98.html</guid>
		<description><![CDATA[留言数最多的10篇文章]]></description>
			<content:encoded><![CDATA[<p>留言数最多的10篇文章</p>
<div class="source" style="font-family: 'Courier New', 'Lucida Console', Verdana; color: rgb(192, 192, 192); background-color: rgb(0, 0, 0); "> <span style="color: rgb(255, 255, 0); font-weight: bold; ">&lt;ul</span> <span style="color: rgb(255, 255, 0); ">class=</span><span style="color: rgb(187, 187, 0); ">&quot;most_comments&quot;</span><span style="color: rgb(255, 255, 0); font-weight: bold; ">&gt;</span> <br /> <span style="color: rgb(255, 255, 255); ">&lt;?php</span> <span style="color: rgb(204, 204, 0); ">$result</span> <span style="color: rgb(192, 192, 192); ">=</span> <span style="color: rgb(204, 204, 0); ">$wpdb</span><span style="color: rgb(192, 192, 192); ">-&gt;</span><span style="color: rgb(255, 255, 0); ">get_results</span>(<span style="color: rgb(187, 187, 0); ">&quot;SELECT comment_count,ID,post_title FROM </span><span style="color: rgb(187, 187, 0); ">$wpdb-&gt;posts</span><span style="color: rgb(187, 187, 0); "> ORDER BY comment_count DESC LIMIT 0 , 10&quot;</span>); <br /> <span style="color: rgb(255, 255, 0); font-weight: bold; ">foreach</span> (<span style="color: rgb(204, 204, 0); ">$result</span> <span style="color: rgb(255, 255, 0); font-weight: bold; ">as</span> <span style="color: rgb(204, 204, 0); ">$post</span>) <span style="color: rgb(192, 192, 192); ">{</span> <br /> <span style="color: rgb(192, 192, 192); ">setup_postdata</span>(<span style="color: rgb(204, 204, 0); ">$post</span>); <br /> <span style="color: rgb(204, 204, 0); ">$postid</span> <span style="color: rgb(192, 192, 192); ">=</span> <span style="color: rgb(204, 204, 0); ">$post</span><span style="color: rgb(192, 192, 192); ">-&gt;</span><span style="color: rgb(255, 255, 0); ">ID</span>; <br /> <span style="color: rgb(204, 204, 0); ">$title</span> <span style="color: rgb(192, 192, 192); ">=</span> <span style="color: rgb(204, 204, 0); ">$post</span><span style="color: rgb(192, 192, 192); ">-&gt;</span><span style="color: rgb(255, 255, 0); ">post_title</span>; <br /> <span style="color: rgb(204, 204, 0); ">$commentcount</span> <span style="color: rgb(192, 192, 192); ">=</span> <span style="color: rgb(204, 204, 0); ">$post</span><span style="color: rgb(192, 192, 192); ">-&gt;</span><span style="color: rgb(255, 255, 0); ">comment_count</span>; <br /> <span style="color: rgb(255, 255, 0); font-weight: bold; ">if</span> (<span style="color: rgb(204, 204, 0); ">$commentcount</span> <span style="color: rgb(192, 192, 192); ">!=</span> <span style="color: rgb(192, 192, 192); ">0</span>) <span style="color: rgb(192, 192, 192); ">{</span> <span style="color: rgb(255, 255, 255); ">?&gt;</span> <br /> <span style="color: rgb(255, 255, 0); font-weight: bold; ">&lt;li&gt;&lt;a</span> <span style="color: rgb(255, 255, 0); ">href=</span><span style="color: rgb(187, 187, 0); ">&quot;&amp;lt;?php echo get_permalink($postid); ?&amp;gt;&quot;</span> <span style="color: rgb(255, 255, 0); ">title=</span><span style="color: rgb(187, 187, 0); ">&quot;</span><span style="color: rgb(255, 255, 255); ">&lt;?php</span> <span style="color: rgb(255, 255, 0); font-weight: bold; ">echo</span> <span style="color: rgb(204, 204, 0); ">$title</span> <span style="color: rgb(255, 255, 255); ">?&gt;</span><span style="color: rgb(187, 187, 0); ">&quot;</span><span style="color: rgb(255, 255, 0); font-weight: bold; ">&gt;</span> <br /> <span style="color: rgb(255, 255, 255); ">&lt;?php</span> <span style="color: rgb(255, 255, 0); font-weight: bold; ">echo</span> <span style="color: rgb(204, 204, 0); ">$title</span> <span style="color: rgb(255, 255, 255); ">?&gt;</span><span style="color: rgb(255, 255, 0); font-weight: bold; ">&lt;/a&gt;</span> (<span style="color: rgb(255, 255, 255); ">&lt;?php</span> <span style="color: rgb(255, 255, 0); font-weight: bold; ">echo</span> <span style="color: rgb(204, 204, 0); ">$commentcount</span> <span style="color: rgb(255, 255, 255); ">?&gt;</span>)<span style="color: rgb(255, 255, 0); font-weight: bold; ">&lt;/li&gt;</span> <br /> <span style="color: rgb(255, 255, 255); ">&lt;?php</span> <span style="color: rgb(192, 192, 192); ">}</span> <span style="color: rgb(192, 192, 192); ">}</span> <span style="color: rgb(255, 255, 255); ">?&gt;</span> <br /> <span style="color: rgb(255, 255, 0); font-weight: bold; ">&lt;/ul&gt;</span></div>
<p>特注明此代码适用于侧边栏，如使用在single页文章一下的话，建议使用WordPress中文工具箱插件！因为此代码会一起评论页标题的错误！</p>
]]></content:encoded>
			<wfw:commentRss>http://fvf.me/wordpress/theme/article-hottest-code-wordpress-theme.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

