<?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>Comments on: 使用 WP_Query 自定义 WordPress Loop</title>
	<atom:link href="http://fairyfish.net/2008/04/13/define-your-own-wordpress-loop-using-wp_query/feed/" rel="self" type="application/rss+xml" />
	<link>http://fairyfish.net/2008/04/13/define-your-own-wordpress-loop-using-wp_query/</link>
	<description>关注 WordPress，关注互联网</description>
	<lastBuildDate>Sat, 11 Feb 2012 19:42:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: 浪的狼</title>
		<link>http://fairyfish.net/2008/04/13/define-your-own-wordpress-loop-using-wp_query/comment-page-1/#comment-26681</link>
		<dc:creator>浪的狼</dc:creator>
		<pubDate>Thu, 08 May 2008 08:48:51 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1318#comment-26681</guid>
		<description>哦,忘了,PHP越学越晕了,变量包括对象 :mrgreen:  :mrgreen: 惭愧惭愧</description>
		<content:encoded><![CDATA[<div id="description">
<p>哦,忘了,PHP越学越晕了,变量包括对象 <img src='http://fairyfish.b0.upaiyun.com/smilies/icon_mrgreen.gif' alt=':mrgreen:' class='wp-smiley' />   <img src='http://fairyfish.b0.upaiyun.com/smilies/icon_mrgreen.gif' alt=':mrgreen:' class='wp-smiley' />  惭愧惭愧</p>
</div>
<p id="rating-26681"><span id="up-26681"  class="comment_rating_up" onclick="comment_rating('26681', 'up');">支持</span><small id="rating-26681-up"></small>&nbsp;<span id="down-26681"  class="comment_rating_down" onclick="comment_rating('26681', 'down');">反对</span><small id="rating-26681-down">1</small></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 浪的狼</title>
		<link>http://fairyfish.net/2008/04/13/define-your-own-wordpress-loop-using-wp_query/comment-page-1/#comment-26680</link>
		<dc:creator>浪的狼</dc:creator>
		<pubDate>Thu, 08 May 2008 08:46:54 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1318#comment-26680</guid>
		<description>&quot;$recentPosts = new WP_Query();
$recentPosts-&gt;query(&#039;showposts=5&#039;);&quot;
这应该是创建了一个对象吧,不是变量吧.是一个类的实例化
 :neutral:</description>
		<content:encoded><![CDATA[<div id="description">
<p>&#8220;$recentPosts = new WP_Query();<br />
$recentPosts-&gt;query(&#8216;showposts=5&#8242;);&#8221;<br />
这应该是创建了一个对象吧,不是变量吧.是一个类的实例化<br />
 <img src='http://fairyfish.b0.upaiyun.com/smilies/icon_neutral.gif' alt=':neutral:' class='wp-smiley' /> </p>
</div>
<p id="rating-26680"><span id="up-26680"  class="comment_rating_up" onclick="comment_rating('26680', 'up');">支持</span><small id="rating-26680-up"></small>&nbsp;<span id="down-26680"  class="comment_rating_down" onclick="comment_rating('26680', 'down');">反对</span><small id="rating-26680-down"></small></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 浪的狼</title>
		<link>http://fairyfish.net/2008/04/13/define-your-own-wordpress-loop-using-wp_query/comment-page-1/#comment-26679</link>
		<dc:creator>浪的狼</dc:creator>
		<pubDate>Thu, 08 May 2008 08:46:24 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1318#comment-26679</guid>
		<description>&quot;$recentPosts = new WP_Query();
$recentPosts-&gt;query(&#039;showposts=5&#039;);&quot;
这应该是创建了一个对象吧,不是变量吧.一个类的实例化 :?:</description>
		<content:encoded><![CDATA[<div id="description">
<p>&#8220;$recentPosts = new WP_Query();<br />
$recentPosts-&gt;query(&#8216;showposts=5&#8242;);&#8221;<br />
这应该是创建了一个对象吧,不是变量吧.一个类的实例化 <img src='http://fairyfish.b0.upaiyun.com/smilies/icon_question.gif' alt=':?:' class='wp-smiley' /> </p>
</div>
<p id="rating-26679"><span id="up-26679"  class="comment_rating_up" onclick="comment_rating('26679', 'up');">支持</span><small id="rating-26679-up"></small>&nbsp;<span id="down-26679"  class="comment_rating_down" onclick="comment_rating('26679', 'down');">反对</span><small id="rating-26679-down"></small></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andor</title>
		<link>http://fairyfish.net/2008/04/13/define-your-own-wordpress-loop-using-wp_query/comment-page-1/#comment-25260</link>
		<dc:creator>Andor</dc:creator>
		<pubDate>Mon, 14 Apr 2008 13:41:34 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1318#comment-25260</guid>
		<description>还是习惯使用 &lt;code&gt;query_posts()&lt;/code&gt;</description>
		<content:encoded><![CDATA[<div id="description">
<p>还是习惯使用 <code>query_posts()</code></p>
</div>
<p id="rating-25260"><span id="up-25260"  class="comment_rating_up" onclick="comment_rating('25260', 'up');">支持</span><small id="rating-25260-up">1</small>&nbsp;<span id="down-25260"  class="comment_rating_down" onclick="comment_rating('25260', 'down');">反对</span><small id="rating-25260-down"></small></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MO</title>
		<link>http://fairyfish.net/2008/04/13/define-your-own-wordpress-loop-using-wp_query/comment-page-1/#comment-25245</link>
		<dc:creator>MO</dc:creator>
		<pubDate>Mon, 14 Apr 2008 06:10:53 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1318#comment-25245</guid>
		<description>一直在用这些,就是没有深入研究...收藏下来,慢慢琢磨下...</description>
		<content:encoded><![CDATA[<div id="description">
<p>一直在用这些,就是没有深入研究&#8230;收藏下来,慢慢琢磨下&#8230;</p>
</div>
<p id="rating-25245"><span id="up-25245"  class="comment_rating_up" onclick="comment_rating('25245', 'up');">支持</span><small id="rating-25245-up"></small>&nbsp;<span id="down-25245"  class="comment_rating_down" onclick="comment_rating('25245', 'down');">反对</span><small id="rating-25245-down"></small></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zEUS.</title>
		<link>http://fairyfish.net/2008/04/13/define-your-own-wordpress-loop-using-wp_query/comment-page-1/#comment-25241</link>
		<dc:creator>zEUS.</dc:creator>
		<pubDate>Mon, 14 Apr 2008 05:28:12 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1318#comment-25241</guid>
		<description>好文章，多谢分享！</description>
		<content:encoded><![CDATA[<div id="description">
<p>好文章，多谢分享！</p>
</div>
<p id="rating-25241"><span id="up-25241"  class="comment_rating_up" onclick="comment_rating('25241', 'up');">支持</span><small id="rating-25241-up"></small>&nbsp;<span id="down-25241"  class="comment_rating_down" onclick="comment_rating('25241', 'down');">反对</span><small id="rating-25241-down"></small></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomdbtel</title>
		<link>http://fairyfish.net/2008/04/13/define-your-own-wordpress-loop-using-wp_query/comment-page-1/#comment-25230</link>
		<dc:creator>tomdbtel</dc:creator>
		<pubDate>Mon, 14 Apr 2008 01:25:37 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1318#comment-25230</guid>
		<description>呵呵，好方法。 :razz:</description>
		<content:encoded><![CDATA[<div id="description">
<p>呵呵，好方法。 <img src='http://fairyfish.b0.upaiyun.com/smilies/icon_razz.gif' alt=':razz:' class='wp-smiley' /> </p>
</div>
<p id="rating-25230"><span id="up-25230"  class="comment_rating_up" onclick="comment_rating('25230', 'up');">支持</span><small id="rating-25230-up"></small>&nbsp;<span id="down-25230"  class="comment_rating_down" onclick="comment_rating('25230', 'down');">反对</span><small id="rating-25230-down"></small></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: may</title>
		<link>http://fairyfish.net/2008/04/13/define-your-own-wordpress-loop-using-wp_query/comment-page-1/#comment-25229</link>
		<dc:creator>may</dc:creator>
		<pubDate>Mon, 14 Apr 2008 01:20:40 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1318#comment-25229</guid>
		<description>看不懂
纯支持
 :mrgreen:</description>
		<content:encoded><![CDATA[<div id="description">
<p>看不懂<br />
纯支持<br />
 <img src='http://fairyfish.b0.upaiyun.com/smilies/icon_mrgreen.gif' alt=':mrgreen:' class='wp-smiley' /> </p>
</div>
<p id="rating-25229"><span id="up-25229"  class="comment_rating_up" onclick="comment_rating('25229', 'up');">支持</span><small id="rating-25229-up"></small>&nbsp;<span id="down-25229"  class="comment_rating_down" onclick="comment_rating('25229', 'down');">反对</span><small id="rating-25229-down"></small></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: askie</title>
		<link>http://fairyfish.net/2008/04/13/define-your-own-wordpress-loop-using-wp_query/comment-page-1/#comment-25218</link>
		<dc:creator>askie</dc:creator>
		<pubDate>Sun, 13 Apr 2008 16:29:53 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1318#comment-25218</guid>
		<description>比较深入的研究了！支持！</description>
		<content:encoded><![CDATA[<div id="description">
<p>比较深入的研究了！支持！</p>
</div>
<p id="rating-25218"><span id="up-25218"  class="comment_rating_up" onclick="comment_rating('25218', 'up');">支持</span><small id="rating-25218-up"></small>&nbsp;<span id="down-25218"  class="comment_rating_down" onclick="comment_rating('25218', 'down');">反对</span><small id="rating-25218-down"></small></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KimCool</title>
		<link>http://fairyfish.net/2008/04/13/define-your-own-wordpress-loop-using-wp_query/comment-page-1/#comment-25217</link>
		<dc:creator>KimCool</dc:creator>
		<pubDate>Sun, 13 Apr 2008 16:25:12 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1318#comment-25217</guid>
		<description>:evil: 没看懂是好事.^_^</description>
		<content:encoded><![CDATA[<div id="description">
 <img src='http://fairyfish.b0.upaiyun.com/smilies/icon_evil.gif' alt=':evil:' class='wp-smiley' />  没看懂是好事.^_^</p>
</div>
<p id="rating-25217"><span id="up-25217"  class="comment_rating_up" onclick="comment_rating('25217', 'up');">支持</span><small id="rating-25217-up"></small>&nbsp;<span id="down-25217"  class="comment_rating_down" onclick="comment_rating('25217', 'down');">反对</span><small id="rating-25217-down"></small></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denis</title>
		<link>http://fairyfish.net/2008/04/13/define-your-own-wordpress-loop-using-wp_query/comment-page-1/#comment-25216</link>
		<dc:creator>Denis</dc:creator>
		<pubDate>Sun, 13 Apr 2008 15:45:09 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1318#comment-25216</guid>
		<description>需要修改源程序。</description>
		<content:encoded><![CDATA[<div id="description">
<p>需要修改源程序。</p>
</div>
<p id="rating-25216"><span id="up-25216"  class="comment_rating_up" onclick="comment_rating('25216', 'up');">支持</span><small id="rating-25216-up"></small>&nbsp;<span id="down-25216"  class="comment_rating_down" onclick="comment_rating('25216', 'down');">反对</span><small id="rating-25216-down"></small></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denis</title>
		<link>http://fairyfish.net/2008/04/13/define-your-own-wordpress-loop-using-wp_query/comment-page-1/#comment-25215</link>
		<dc:creator>Denis</dc:creator>
		<pubDate>Sun, 13 Apr 2008 15:44:18 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1318#comment-25215</guid>
		<description>没有更好，只是自己使用习惯的问题。</description>
		<content:encoded><![CDATA[<div id="description">
<p>没有更好，只是自己使用习惯的问题。</p>
</div>
<p id="rating-25215"><span id="up-25215"  class="comment_rating_up" onclick="comment_rating('25215', 'up');">支持</span><small id="rating-25215-up"></small>&nbsp;<span id="down-25215"  class="comment_rating_down" onclick="comment_rating('25215', 'down');">反对</span><small id="rating-25215-down"></small></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Qianli</title>
		<link>http://fairyfish.net/2008/04/13/define-your-own-wordpress-loop-using-wp_query/comment-page-1/#comment-25213</link>
		<dc:creator>Qianli</dc:creator>
		<pubDate>Sun, 13 Apr 2008 15:28:57 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1318#comment-25213</guid>
		<description>请教一下，使用wp_query、query_posts函数与使用foreach+get_posts相比哪个更好？我以前也常用wp_query，但现在基本都用foreach+get_posts了，感觉更灵活一些</description>
		<content:encoded><![CDATA[<div id="description">
<p>请教一下，使用wp_query、query_posts函数与使用foreach+get_posts相比哪个更好？我以前也常用wp_query，但现在基本都用foreach+get_posts了，感觉更灵活一些</p>
</div>
<p id="rating-25213"><span id="up-25213"  class="comment_rating_up" onclick="comment_rating('25213', 'up');">支持</span><small id="rating-25213-up"></small>&nbsp;<span id="down-25213"  class="comment_rating_down" onclick="comment_rating('25213', 'down');">反对</span><small id="rating-25213-down"></small></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: li</title>
		<link>http://fairyfish.net/2008/04/13/define-your-own-wordpress-loop-using-wp_query/comment-page-1/#comment-25212</link>
		<dc:creator>li</dc:creator>
		<pubDate>Sun, 13 Apr 2008 15:07:10 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1318#comment-25212</guid>
		<description>老鱼，WordPress Related Posts插件能专门显示某一分类下的相关文章吗？你的功能里面有不显示某一分类的设置，不知道能不能使用函数来专门 调某一单独分类下的相关文章</description>
		<content:encoded><![CDATA[<div id="description">
<p>老鱼，WordPress Related Posts插件能专门显示某一分类下的相关文章吗？你的功能里面有不显示某一分类的设置，不知道能不能使用函数来专门 调某一单独分类下的相关文章</p>
</div>
<p id="rating-25212"><span id="up-25212"  class="comment_rating_up" onclick="comment_rating('25212', 'up');">支持</span><small id="rating-25212-up"></small>&nbsp;<span id="down-25212"  class="comment_rating_down" onclick="comment_rating('25212', 'down');">反对</span><small id="rating-25212-down"></small></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 胖逗逗</title>
		<link>http://fairyfish.net/2008/04/13/define-your-own-wordpress-loop-using-wp_query/comment-page-1/#comment-25211</link>
		<dc:creator>胖逗逗</dc:creator>
		<pubDate>Sun, 13 Apr 2008 14:37:47 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1318#comment-25211</guid>
		<description>和楼上一样，一点没看懂</description>
		<content:encoded><![CDATA[<div id="description">
<p>和楼上一样，一点没看懂</p>
</div>
<p id="rating-25211"><span id="up-25211"  class="comment_rating_up" onclick="comment_rating('25211', 'up');">支持</span><small id="rating-25211-up">1</small>&nbsp;<span id="down-25211"  class="comment_rating_down" onclick="comment_rating('25211', 'down');">反对</span><small id="rating-25211-down"></small></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kusanagi</title>
		<link>http://fairyfish.net/2008/04/13/define-your-own-wordpress-loop-using-wp_query/comment-page-1/#comment-25210</link>
		<dc:creator>Kusanagi</dc:creator>
		<pubDate>Sun, 13 Apr 2008 14:27:15 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/?p=1318#comment-25210</guid>
		<description>看完了,一点也不懂,沙一个发先.  :mrgreen:</description>
		<content:encoded><![CDATA[<div id="description">
<p>看完了,一点也不懂,沙一个发先.  <img src='http://fairyfish.b0.upaiyun.com/smilies/icon_mrgreen.gif' alt=':mrgreen:' class='wp-smiley' /> </p>
</div>
<p id="rating-25210"><span id="up-25210"  class="comment_rating_up" onclick="comment_rating('25210', 'up');">支持</span><small id="rating-25210-up"></small>&nbsp;<span id="down-25210"  class="comment_rating_down" onclick="comment_rating('25210', 'down');">反对</span><small id="rating-25210-down"></small></p>
]]></content:encoded>
	</item>
</channel>
</rss>

