<?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>评论：简单说一下我的主题展示页面实现方法</title>
	<atom:link href="http://www.saywp.com/wordpress/query-post-method-to-show-my-wordpress-theme-page.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.saywp.com/wordpress/query-post-method-to-show-my-wordpress-theme-page.html</link>
	<description>WordPress themes, Blogs, Web design, Paris living...</description>
	<lastBuildDate>Thu, 11 Mar 2010 08:54:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>来自：happyet</title>
		<link>http://www.saywp.com/wordpress/query-post-method-to-show-my-wordpress-theme-page.html#comment-13149</link>
		<dc:creator>happyet</dc:creator>
		<pubDate>Tue, 02 Mar 2010 09:03:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.saywp.com/?p=1249#comment-13149</guid>
		<description>&lt;a href=&quot;#comment-13146&quot; rel=&quot;nofollow&quot;&gt;@Jinwen &lt;/a&gt;
谢谢！！！</description>
		<content:encoded><![CDATA[<p><a href="#comment-13146" rel="nofollow">@Jinwen </a><br />
谢谢！！！</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：Jinwen</title>
		<link>http://www.saywp.com/wordpress/query-post-method-to-show-my-wordpress-theme-page.html#comment-13146</link>
		<dc:creator>Jinwen</dc:creator>
		<pubDate>Tue, 02 Mar 2010 07:20:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.saywp.com/?p=1249#comment-13146</guid>
		<description>不是不是，只要是文章中的第一个图片就被读取，不管这个图片前面是否存在文字内容。</description>
		<content:encoded><![CDATA[<p>不是不是，只要是文章中的第一个图片就被读取，不管这个图片前面是否存在文字内容。</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：happyet</title>
		<link>http://www.saywp.com/wordpress/query-post-method-to-show-my-wordpress-theme-page.html#comment-13145</link>
		<dc:creator>happyet</dc:creator>
		<pubDate>Tue, 02 Mar 2010 06:58:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.saywp.com/?p=1249#comment-13145</guid>
		<description>统就能自动读取在该篇文章中的第一个图片，注意是第一个；所以请把需要作为缩略图显示的图片放在日志中的首位。

一定要把图片发表在日志的最前面吗？在内容中的图片会自动提取显示在首页吗？</description>
		<content:encoded><![CDATA[<p>统就能自动读取在该篇文章中的第一个图片，注意是第一个；所以请把需要作为缩略图显示的图片放在日志中的首位。</p>
<p>一定要把图片发表在日志的最前面吗？在内容中的图片会自动提取显示在首页吗？</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：QiQiBoY</title>
		<link>http://www.saywp.com/wordpress/query-post-method-to-show-my-wordpress-theme-page.html#comment-12011</link>
		<dc:creator>QiQiBoY</dc:creator>
		<pubDate>Sat, 02 Jan 2010 11:14:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.saywp.com/?p=1249#comment-12011</guid>
		<description>因为正则表达式中那个不是单引号，而是键盘数字键左边那个键了，替换一下就正确了。。可能是WP自动给作者转换了。。。不过要转也应该是转为中文的引号啊。。。奇怪。。</description>
		<content:encoded><![CDATA[<p>因为正则表达式中那个不是单引号，而是键盘数字键左边那个键了，替换一下就正确了。。可能是WP自动给作者转换了。。。不过要转也应该是转为中文的引号啊。。。奇怪。。</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：左手烟</title>
		<link>http://www.saywp.com/wordpress/query-post-method-to-show-my-wordpress-theme-page.html#comment-11995</link>
		<dc:creator>左手烟</dc:creator>
		<pubDate>Fri, 01 Jan 2010 20:36:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.saywp.com/?p=1249#comment-11995</guid>
		<description>:?: 测试以失败而告终。</description>
		<content:encoded><![CDATA[<p> <img src='http://www.saywp.com/wp-includes/images/smilies/icon_question.gif' alt=':?:' class='wp-smiley' />  测试以失败而告终。</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：leegang</title>
		<link>http://www.saywp.com/wordpress/query-post-method-to-show-my-wordpress-theme-page.html#comment-11954</link>
		<dc:creator>leegang</dc:creator>
		<pubDate>Mon, 28 Dec 2009 14:11:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.saywp.com/?p=1249#comment-11954</guid>
		<description>$output = preg_match_all(&#039;//i&#039;, $post-&gt;post_content, $matches);

这句是不是有问题啊
总报错</description>
		<content:encoded><![CDATA[<p>$output = preg_match_all('//i', $post-&gt;post_content, $matches);</p>
<p>这句是不是有问题啊<br />
总报错</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：印第安小狮</title>
		<link>http://www.saywp.com/wordpress/query-post-method-to-show-my-wordpress-theme-page.html#comment-10877</link>
		<dc:creator>印第安小狮</dc:creator>
		<pubDate>Tue, 17 Nov 2009 15:58:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.saywp.com/?p=1249#comment-10877</guid>
		<description>执行时,function那块第六句错误...有点难理解这句呢.</description>
		<content:encoded><![CDATA[<p>执行时,function那块第六句错误...有点难理解这句呢.</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：zEUS.</title>
		<link>http://www.saywp.com/wordpress/query-post-method-to-show-my-wordpress-theme-page.html#comment-10401</link>
		<dc:creator>zEUS.</dc:creator>
		<pubDate>Fri, 30 Oct 2009 05:45:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.saywp.com/?p=1249#comment-10401</guid>
		<description>多谢分享！
收益非浅！
如果语法处有中文注释就好了 :-P</description>
		<content:encoded><![CDATA[<p>多谢分享！<br />
收益非浅！<br />
如果语法处有中文注释就好了 <img src='http://www.saywp.com/wp-includes/images/smilies/icon_razz.gif' alt=':-P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：小墨</title>
		<link>http://www.saywp.com/wordpress/query-post-method-to-show-my-wordpress-theme-page.html#comment-10050</link>
		<dc:creator>小墨</dc:creator>
		<pubDate>Tue, 20 Oct 2009 12:21:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.saywp.com/?p=1249#comment-10050</guid>
		<description>原来只要替换那行中文就可以了@@</description>
		<content:encoded><![CDATA[<p>原来只要替换那行中文就可以了@@</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：小墨</title>
		<link>http://www.saywp.com/wordpress/query-post-method-to-show-my-wordpress-theme-page.html#comment-10049</link>
		<dc:creator>小墨</dc:creator>
		<pubDate>Tue, 20 Oct 2009 12:14:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.saywp.com/?p=1249#comment-10049</guid>
		<description>要怎么写？</description>
		<content:encoded><![CDATA[<p>要怎么写？</p>
]]></content:encoded>
	</item>
</channel>
</rss>
