<?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%e6%96%b0%e8%af%84%e8%ae%ba/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/the-latest-comments-code-wordpress-theme-2.html</link>
		<comments>http://fvf.me/wordpress/theme/the-latest-comments-code-wordpress-theme-2.html#comments</comments>
		<pubDate>Wed, 05 Aug 2009 08:34:51 +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%e6%96%b0%e8%af%84%e8%ae%ba%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, 255); ">&lt;?php</span> <br /> <span style="color: rgb(255, 255, 0); font-weight: bold; ">global</span> <span style="color: rgb(204, 204, 0); ">$wpdb</span>; <br /> <span style="color: rgb(204, 204, 0); ">$sql</span> <span style="color: rgb(192, 192, 192); ">=</span> <span style="color: rgb(187, 187, 0); ">&quot;SELECT DISTINCT ID, post_title, post_password, comment_ID, comment_post_ID, comment_author, comment_date_gmt, comment_approved, comment_type,comment_author_url, SUBSTRING(comment_content,1,30) AS com_excerpt FROM </span><span style="color: rgb(187, 187, 0); ">$wpdb-&gt;comments</span><span style="color: rgb(187, 187, 0); "> LEFT OUTER JOIN </span><span style="color: rgb(187, 187, 0); ">$wpdb-&gt;posts</span><span style="color: rgb(187, 187, 0); "> ON (</span><span style="color: rgb(187, 187, 0); ">$wpdb-&gt;comments</span><span style="color: rgb(187, 187, 0); ">.comment_post_ID = </span><span style="color: rgb(187, 187, 0); ">$wpdb-&gt;posts</span><span style="color: rgb(187, 187, 0); ">.ID) WHERE comment_approved = &#39;1&#39; AND comment_type = &quot;</span> <span style="color: rgb(255, 255, 0); font-weight: bold; ">AND</span> <span style="color: rgb(192, 192, 192); ">post_password</span> <span style="color: rgb(192, 192, 192); ">=</span> <span style="color: rgb(187, 187, 0); ">&quot; ORDER BY comment_date_gmt DESC LIMIT 10&quot;</span>; </p>
<p> <span style="color: rgb(204, 204, 0); ">$comments</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(204, 204, 0); ">$sql</span>); <br /> <span style="color: rgb(204, 204, 0); ">$output</span> <span style="color: rgb(192, 192, 192); ">=</span> <span style="color: rgb(204, 204, 0); ">$pre_HTML</span>; </p>
<p> <span style="color: rgb(255, 255, 0); font-weight: bold; ">foreach</span> (<span style="color: rgb(204, 204, 0); ">$comments</span> <span style="color: rgb(255, 255, 0); font-weight: bold; ">as</span> <span style="color: rgb(204, 204, 0); ">$comment</span>) <span style="color: rgb(192, 192, 192); ">{</span> <br /> <span style="color: rgb(204, 204, 0); ">$output</span> <span style="color: rgb(192, 192, 192); ">.=</span> <span style="color: rgb(187, 187, 0); ">&quot;</span><span style="color: rgb(187, 187, 0); ">\n</span><span style="color: rgb(187, 187, 0); ">&lt;li&gt;&quot;</span><span style="color: rgb(192, 192, 192); ">.</span> <span style="color: rgb(187, 187, 0); ">&quot;&lt;a href=&quot;</span><span style="color: rgb(192, 192, 192); ">\</span><span style="color: rgb(192, 192, 192); ">&amp;</span><span style="color: rgb(192, 192, 192); ">quot</span>;<span style="color: rgb(192, 192, 192); ">&amp;</span><span style="color: rgb(192, 192, 192); ">quot</span>;<span style="color: rgb(187, 187, 0); ">&quot; . get_permalink(</span><span style="color: rgb(187, 187, 0); ">$comment-&gt;ID</span><span style="color: rgb(187, 187, 0); ">).&quot;</span><span style="color: rgb(105, 105, 105); ">#comment-&quot; . $comment-&gt;comment_ID . &quot;\" title=\"on ".$comment-&gt;post_title . "\"&gt;".strip_tags($comment-&gt;comment_author)."&lt;/a&gt;" .": " .strip_tags($comment-&gt;com_excerpt)."&lt;/li&gt;"; </span><br /> <span style="color: rgb(192, 192, 192); ">}</span> </p>
<p> <span style="color: rgb(204, 204, 0); ">$output</span> <span style="color: rgb(192, 192, 192); ">.=</span> <span style="color: rgb(204, 204, 0); ">$post_HTML</span>; <br /> <span style="color: rgb(255, 255, 0); font-weight: bold; ">echo</span> <span style="color: rgb(204, 204, 0); ">$output</span>; <br /> <span style="color: rgb(255, 255, 255); ">?&gt;</span></div>
<p>特注明此代码适用于侧边栏，如使用在single页文章一下的话，建议使用WordPress中文工具箱插件！因为此代码会一起评论页标题的错误！</p>
]]></content:encoded>
			<wfw:commentRss>http://fvf.me/wordpress/theme/the-latest-comments-code-wordpress-theme-2.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>最新文章代码-wordpress主题</title>
		<link>http://fvf.me/wordpress/theme/the-latest-post-co-wordpress-themede.html</link>
		<comments>http://fvf.me/wordpress/theme/the-latest-post-co-wordpress-themede.html#comments</comments>
		<pubDate>Wed, 05 Aug 2009 08:27:43 +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%e6%96%b0%e8%af%84%e8%ae%ba%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, 255); ">&lt;?php</span> <br /> <span style="color: rgb(255, 255, 0); font-weight: bold; ">global</span> <span style="color: rgb(204, 204, 0); ">$wpdb</span>; <br /> <span style="color: rgb(204, 204, 0); ">$sql</span> <span style="color: rgb(192, 192, 192); ">=</span> <span style="color: rgb(187, 187, 0); ">&quot;SELECT DISTINCT ID, post_title, post_password, comment_ID, comment_post_ID, comment_author, comment_date_gmt, comment_approved, comment_type,comment_author_url, SUBSTRING(comment_content,1,30) AS com_excerpt FROM </span><span style="color: rgb(187, 187, 0); ">$wpdb-&gt;comments</span><span style="color: rgb(187, 187, 0); "> LEFT OUTER JOIN </span><span style="color: rgb(187, 187, 0); ">$wpdb-&gt;posts</span><span style="color: rgb(187, 187, 0); "> ON (</span><span style="color: rgb(187, 187, 0); ">$wpdb-&gt;comments</span><span style="color: rgb(187, 187, 0); ">.comment_post_ID = </span><span style="color: rgb(187, 187, 0); ">$wpdb-&gt;posts</span><span style="color: rgb(187, 187, 0); ">.ID) WHERE comment_approved = &#39;1&#39; AND comment_type = &quot;</span> <span style="color: rgb(255, 255, 0); font-weight: bold; ">AND</span> <span style="color: rgb(192, 192, 192); ">post_password</span> <span style="color: rgb(192, 192, 192); ">=</span> <span style="color: rgb(187, 187, 0); ">&quot; ORDER BY comment_date_gmt DESC LIMIT 10&quot;</span>; </p>
<p> <span style="color: rgb(204, 204, 0); ">$comments</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(204, 204, 0); ">$sql</span>); <br /> <span style="color: rgb(204, 204, 0); ">$output</span> <span style="color: rgb(192, 192, 192); ">=</span> <span style="color: rgb(204, 204, 0); ">$pre_HTML</span>; </p>
<p> <span style="color: rgb(255, 255, 0); font-weight: bold; ">foreach</span> (<span style="color: rgb(204, 204, 0); ">$comments</span> <span style="color: rgb(255, 255, 0); font-weight: bold; ">as</span> <span style="color: rgb(204, 204, 0); ">$comment</span>) <span style="color: rgb(192, 192, 192); ">{</span> <br /> <span style="color: rgb(204, 204, 0); ">$output</span> <span style="color: rgb(192, 192, 192); ">.=</span> <span style="color: rgb(187, 187, 0); ">&quot;</span><span style="color: rgb(187, 187, 0); ">\n</span><span style="color: rgb(187, 187, 0); ">&lt;li&gt;&quot;</span><span style="color: rgb(192, 192, 192); ">.</span> <span style="color: rgb(187, 187, 0); ">&quot;&lt;a href=&quot;</span><span style="color: rgb(192, 192, 192); ">\</span><span style="color: rgb(192, 192, 192); ">&amp;</span><span style="color: rgb(192, 192, 192); ">quot</span>;<span style="color: rgb(192, 192, 192); ">&amp;</span><span style="color: rgb(192, 192, 192); ">quot</span>;<span style="color: rgb(187, 187, 0); ">&quot; . get_permalink(</span><span style="color: rgb(187, 187, 0); ">$comment-&gt;ID</span><span style="color: rgb(187, 187, 0); ">).&quot;</span><span style="color: rgb(105, 105, 105); ">#comment-&quot; . $comment-&gt;comment_ID . &quot;\" title=\"on ".$comment-&gt;post_title . "\"&gt;".strip_tags($comment-&gt;comment_author)."&lt;/a&gt;" .": " .strip_tags($comment-&gt;com_excerpt)."&lt;/li&gt;"; </span><br /> <span style="color: rgb(192, 192, 192); ">}</span> </p>
<p> <span style="color: rgb(204, 204, 0); ">$output</span> <span style="color: rgb(192, 192, 192); ">.=</span> <span style="color: rgb(204, 204, 0); ">$post_HTML</span>; <br /> <span style="color: rgb(255, 255, 0); font-weight: bold; ">echo</span> <span style="color: rgb(204, 204, 0); ">$output</span>; <br /> <span style="color: rgb(255, 255, 255); ">?&gt;</span></div>
<p>特注明此代码适用于侧边栏，如使用在single页文章一下的话，建议使用WordPress中文工具箱插件！因为此代码会一起评论页标题的错误！</p>
]]></content:encoded>
			<wfw:commentRss>http://fvf.me/wordpress/theme/the-latest-post-co-wordpress-themede.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

