<?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: WordPress 主题教程 #5：主循环</title>
	<atom:link href="http://fairyfish.net/2007/06/05/wp-theme-lesson-5-the-loop/feed/" rel="self" type="application/rss+xml" />
	<link>http://fairyfish.net/2007/06/05/wp-theme-lesson-5-the-loop/</link>
	<description>关注 WordPress，关注互联网</description>
	<lastBuildDate>Thu, 18 Mar 2010 15:51:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Denis</title>
		<link>http://fairyfish.net/2007/06/05/wp-theme-lesson-5-the-loop/#comment-44493</link>
		<dc:creator>Denis</dc:creator>
		<pubDate>Sun, 17 Jan 2010 07:57:43 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/2007/06/05/wp-theme-lesson-5-the-loop/#comment-44493</guid>
		<description>函数调用！</description>
		<content:encoded><![CDATA[<p>函数调用！</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: grass</title>
		<link>http://fairyfish.net/2007/06/05/wp-theme-lesson-5-the-loop/#comment-44492</link>
		<dc:creator>grass</dc:creator>
		<pubDate>Sun, 17 Jan 2010 02:33:30 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/2007/06/05/wp-theme-lesson-5-the-loop/#comment-44492</guid>
		<description>大家好呀!问下那些链接,例如a href=”&lt;?php bloginfo(’url’)那些地址是在那？怎知的？greenhand,谢谢了！</description>
		<content:encoded><![CDATA[<p>大家好呀!问下那些链接,例如a href=”&lt;?php bloginfo(’url’)那些地址是在那？怎知的？greenhand,谢谢了！</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denis</title>
		<link>http://fairyfish.net/2007/06/05/wp-theme-lesson-5-the-loop/#comment-44488</link>
		<dc:creator>Denis</dc:creator>
		<pubDate>Sat, 16 Jan 2010 17:47:49 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/2007/06/05/wp-theme-lesson-5-the-loop/#comment-44488</guid>
		<description>说的太不明白了！</description>
		<content:encoded><![CDATA[<p>说的太不明白了！</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denis</title>
		<link>http://fairyfish.net/2007/06/05/wp-theme-lesson-5-the-loop/#comment-44487</link>
		<dc:creator>Denis</dc:creator>
		<pubDate>Sat, 16 Jan 2010 17:47:24 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/2007/06/05/wp-theme-lesson-5-the-loop/#comment-44487</guid>
		<description>什么错误？</description>
		<content:encoded><![CDATA[<p>什么错误？</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denis</title>
		<link>http://fairyfish.net/2007/06/05/wp-theme-lesson-5-the-loop/#comment-44324</link>
		<dc:creator>Denis</dc:creator>
		<pubDate>Sun, 27 Dec 2009 15:02:07 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/2007/06/05/wp-theme-lesson-5-the-loop/#comment-44324</guid>
		<description>用 get_posts 获取所有 sticky 的 posts！</description>
		<content:encoded><![CDATA[<p>用 get_posts 获取所有 sticky 的 posts！</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: riant</title>
		<link>http://fairyfish.net/2007/06/05/wp-theme-lesson-5-the-loop/#comment-44323</link>
		<dc:creator>riant</dc:creator>
		<pubDate>Sun, 27 Dec 2009 14:47:21 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/2007/06/05/wp-theme-lesson-5-the-loop/#comment-44323</guid>
		<description>想请教一个关于wordpress 置顶文章的问题，我想使用wordpress内置的置顶文章功能；当然，这个循环体本身就能将置顶文章显示在其他文章前面了，只是，光靠一个class=&quot;sticky&quot;还是不能满足我的需要，我想将置顶文章用幻灯播放的形式组织起来。

也就是需要将置顶文章单独输出，比如，需要使用一个div 将其包起来（其中可能还有更复杂的，比如不显示时间啊分类之类信息等，最主要是想实现《div id=&quot;sticky&quot;&gt;循环出置顶文章&lt;/div》这种运用，谢谢）。

网上关于is_sticky() 的文章好像挺少的，博主能说说怎么做吗？谢谢。</description>
		<content:encoded><![CDATA[<p>想请教一个关于wordpress 置顶文章的问题，我想使用wordpress内置的置顶文章功能；当然，这个循环体本身就能将置顶文章显示在其他文章前面了，只是，光靠一个class=&#8221;sticky&#8221;还是不能满足我的需要，我想将置顶文章用幻灯播放的形式组织起来。</p>
<p>也就是需要将置顶文章单独输出，比如，需要使用一个div 将其包起来（其中可能还有更复杂的，比如不显示时间啊分类之类信息等，最主要是想实现《div id=&#8221;sticky&#8221;&gt;循环出置顶文章&lt;/div》这种运用，谢谢）。</p>
<p>网上关于is_sticky() 的文章好像挺少的，博主能说说怎么做吗？谢谢。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kesor</title>
		<link>http://fairyfish.net/2007/06/05/wp-theme-lesson-5-the-loop/#comment-31795</link>
		<dc:creator>kesor</dc:creator>
		<pubDate>Sun, 24 Aug 2008 00:10:30 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/2007/06/05/wp-theme-lesson-5-the-loop/#comment-31795</guid>
		<description>在学习。
@H.x:
两个(have_posts())后面都是冒号:而不是分号;</description>
		<content:encoded><![CDATA[<p>在学习。<br />
@H.x:<br />
两个(have_posts())后面都是冒号:而不是分号;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denis</title>
		<link>http://fairyfish.net/2007/06/05/wp-theme-lesson-5-the-loop/#comment-30992</link>
		<dc:creator>Denis</dc:creator>
		<pubDate>Thu, 14 Aug 2008 09:46:26 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/2007/06/05/wp-theme-lesson-5-the-loop/#comment-30992</guid>
		<description>很年久了，我也不知道为什么错误，你看看会不会引号的问题。</description>
		<content:encoded><![CDATA[<p>很年久了，我也不知道为什么错误，你看看会不会引号的问题。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: H.x</title>
		<link>http://fairyfish.net/2007/06/05/wp-theme-lesson-5-the-loop/#comment-30989</link>
		<dc:creator>H.x</dc:creator>
		<pubDate>Thu, 14 Aug 2008 09:21:51 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/2007/06/05/wp-theme-lesson-5-the-loop/#comment-30989</guid>
		<description>我的34行是
跟上面的好像没什么分别.为什么不行呢,我有缩进的</description>
		<content:encoded><![CDATA[<p>我的34行是<br />
跟上面的好像没什么分别.为什么不行呢,我有缩进的</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: H.x</title>
		<link>http://fairyfish.net/2007/06/05/wp-theme-lesson-5-the-loop/#comment-30988</link>
		<dc:creator>H.x</dc:creator>
		<pubDate>Thu, 14 Aug 2008 08:57:27 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/2007/06/05/wp-theme-lesson-5-the-loop/#comment-30988</guid>
		<description>我做完第三步后,保存--刷新----但是显示的跟你不一样,我不知道错在哪,我反复重新输入,但还是不行,页面显示了这行英文:Parse error: parse error in c:\program files\easyphp1-8\www\wordpress\wp-content\themes\tutorial\index.php on line 34</description>
		<content:encoded><![CDATA[<p>我做完第三步后,保存&#8211;刷新&#8212;-但是显示的跟你不一样,我不知道错在哪,我反复重新输入,但还是不行,页面显示了这行英文:Parse error: parse error in c:\program files\easyphp1-8\www\wordpress\wp-content\themes\tutorial\index.php on line 34</p>
]]></content:encoded>
	</item>
</channel>
</rss>
