<?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 主题教程 #15：子模板文件</title>
	<atom:link href="http://fairyfish.net/2007/07/11/wp-theme-lesson-15-sub-template-files/feed/" rel="self" type="application/rss+xml" />
	<link>http://fairyfish.net/2007/07/11/wp-theme-lesson-15-sub-template-files/</link>
	<description>关注 WordPress，关注互联网</description>
	<lastBuildDate>Wed, 17 Mar 2010 04:28:20 +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/07/11/wp-theme-lesson-15-sub-template-files/#comment-44496</link>
		<dc:creator>Denis</dc:creator>
		<pubDate>Sun, 17 Jan 2010 09:19:02 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/2007/07/11/wp-theme-lesson-15-sub-template-files/#comment-44496</guid>
		<description>换成英文的单引号</description>
		<content:encoded><![CDATA[<p>换成英文的单引号</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leko_zhang</title>
		<link>http://fairyfish.net/2007/07/11/wp-theme-lesson-15-sub-template-files/#comment-43378</link>
		<dc:creator>Leko_zhang</dc:creator>
		<pubDate>Mon, 28 Sep 2009 15:23:52 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/2007/07/11/wp-theme-lesson-15-sub-template-files/#comment-43378</guid>
		<description>怎么个加入法啊 :smile:</description>
		<content:encoded><![CDATA[<p>怎么个加入法啊 <img src='http://fairyfish.net/wp-includes/images/smilies/icon_smile.gif' alt=':smile:' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: frePerl</title>
		<link>http://fairyfish.net/2007/07/11/wp-theme-lesson-15-sub-template-files/#comment-39742</link>
		<dc:creator>frePerl</dc:creator>
		<pubDate>Thu, 12 Mar 2009 09:22:54 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/2007/07/11/wp-theme-lesson-15-sub-template-files/#comment-39742</guid>
		<description>到创建archive.php的部分，在IE7中浏览归档或者分类目录时出现边栏掉到底部的现象，firefox中无此问题。仔细检查了所有代码后发现没有问题。
后来无意中在W3C中校验XHTML文件时出现的警告让我发现了问题所在：我的源文件是以带BOM的UTF-8格式编码，而这样会在一些编辑器与旧浏览器上出现问题，IE7就是这样的问题。
于是将编码换为UTF-8无BOM的格式，问题立马得到了解决。
我看原文章的留言有提到遇到这个问题，这里没有，看来多数文件是以ANSI格式编码的。
这里仅作个提醒。</description>
		<content:encoded><![CDATA[<p>到创建archive.php的部分，在IE7中浏览归档或者分类目录时出现边栏掉到底部的现象，firefox中无此问题。仔细检查了所有代码后发现没有问题。<br />
后来无意中在W3C中校验XHTML文件时出现的警告让我发现了问题所在：我的源文件是以带BOM的UTF-8格式编码，而这样会在一些编辑器与旧浏览器上出现问题，IE7就是这样的问题。<br />
于是将编码换为UTF-8无BOM的格式，问题立马得到了解决。<br />
我看原文章的留言有提到遇到这个问题，这里没有，看来多数文件是以ANSI格式编码的。<br />
这里仅作个提醒。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denis</title>
		<link>http://fairyfish.net/2007/07/11/wp-theme-lesson-15-sub-template-files/#comment-37965</link>
		<dc:creator>Denis</dc:creator>
		<pubDate>Tue, 13 Jan 2009 03:53:28 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/2007/07/11/wp-theme-lesson-15-sub-template-files/#comment-37965</guid>
		<description>好像是 &lt;--nextpage--&gt; 标签吧，具体你搜索下！</description>
		<content:encoded><![CDATA[<p>好像是 &lt;&#8211;nextpage&#8211;&gt; 标签吧，具体你搜索下！</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 可可</title>
		<link>http://fairyfish.net/2007/07/11/wp-theme-lesson-15-sub-template-files/#comment-37961</link>
		<dc:creator>可可</dc:creator>
		<pubDate>Tue, 13 Jan 2009 03:15:55 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/2007/07/11/wp-theme-lesson-15-sub-template-files/#comment-37961</guid>
		<description>把代码&lt;?php link_pages(&#039;&lt;strong&gt;pages:&lt;/strong&gt;&#039;,&#039;&#039;,&#039;number&#039;); ?&gt;加入page.php之后，在WP的控制平台上编辑页面时，怎么使用它分页呀，图上说根据截图增加代码，在编辑页面时怎么增加呀，真不明白，赐教了，谢谢 :roll:</description>
		<content:encoded><![CDATA[<p>把代码&lt;?php link_pages(&#8216;<strong>pages:</strong>&#8216;,&#8221;,&#8217;number&#8217;); ?&gt;加入page.php之后，在WP的控制平台上编辑页面时，怎么使用它分页呀，图上说根据截图增加代码，在编辑页面时怎么增加呀，真不明白，赐教了，谢谢 <img src='http://fairyfish.net/wp-includes/images/smilies/icon_rolleyes.gif' alt=':roll:' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: keeno</title>
		<link>http://fairyfish.net/2007/07/11/wp-theme-lesson-15-sub-template-files/#comment-35551</link>
		<dc:creator>keeno</dc:creator>
		<pubDate>Tue, 18 Nov 2008 07:14:59 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/2007/07/11/wp-theme-lesson-15-sub-template-files/#comment-35551</guid>
		<description>图红叉了啊……</description>
		<content:encoded><![CDATA[<p>图红叉了啊……</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: digyourlove</title>
		<link>http://fairyfish.net/2007/07/11/wp-theme-lesson-15-sub-template-files/#comment-33924</link>
		<dc:creator>digyourlove</dc:creator>
		<pubDate>Fri, 17 Oct 2008 01:32:49 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/2007/07/11/wp-theme-lesson-15-sub-template-files/#comment-33924</guid>
		<description>靠！前面都看懂了，到了这篇完全不懂你讲啥子了...图片一张都出不来，希望有所改进！ :twisted:</description>
		<content:encoded><![CDATA[<p>靠！前面都看懂了，到了这篇完全不懂你讲啥子了&#8230;图片一张都出不来，希望有所改进！ <img src='http://fairyfish.net/wp-includes/images/smilies/icon_twisted.gif' alt=':twisted:' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: logkey</title>
		<link>http://fairyfish.net/2007/07/11/wp-theme-lesson-15-sub-template-files/#comment-17763</link>
		<dc:creator>logkey</dc:creator>
		<pubDate>Tue, 08 Jan 2008 06:13:36 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/2007/07/11/wp-theme-lesson-15-sub-template-files/#comment-17763</guid>
		<description>图片的地址写错了吧,应该是fairyfish.net  ,却写成了fairyfish.com
希望改正一下.</description>
		<content:encoded><![CDATA[<p>图片的地址写错了吧,应该是fairyfish.net  ,却写成了fairyfish.com<br />
希望改正一下.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 黑色饼干</title>
		<link>http://fairyfish.net/2007/07/11/wp-theme-lesson-15-sub-template-files/#comment-14441</link>
		<dc:creator>黑色饼干</dc:creator>
		<pubDate>Fri, 07 Dec 2007 14:39:41 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/2007/07/11/wp-theme-lesson-15-sub-template-files/#comment-14441</guid>
		<description>好多图片看不到呢，我转到http://www.wpdesigner.com/2007/03/16/wp-theme-lesson-15-sub-template-files/去看图片了，呵呵</description>
		<content:encoded><![CDATA[<p>好多图片看不到呢，我转到http://www.wpdesigner.com/2007/03/16/wp-theme-lesson-15-sub-template-files/去看图片了，呵呵</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: luis</title>
		<link>http://fairyfish.net/2007/07/11/wp-theme-lesson-15-sub-template-files/#comment-12574</link>
		<dc:creator>luis</dc:creator>
		<pubDate>Sun, 11 Nov 2007 13:28:46 +0000</pubDate>
		<guid isPermaLink="false">http://fairyfish.net/2007/07/11/wp-theme-lesson-15-sub-template-files/#comment-12574</guid>
		<description>这一篇看到最头大，而且示例的图片失效了，同时&lt;?php link_pages(’&lt;strong&gt;Pages:&lt;/strong&gt; ‘, ‘’, ‘number’); ?&gt;

在我本机输入的时候总是报错，中间多了些空格，但删了还是不行，由于没有图片对比，不知道哪里有问题（我对php不熟），请飞猪 更新一下，麻烦了。</description>
		<content:encoded><![CDATA[<p>这一篇看到最头大，而且示例的图片失效了，同时&lt;?php link_pages(’<strong>Pages:</strong> ‘, ‘’, ‘number’); ?&gt;</p>
<p>在我本机输入的时候总是报错，中间多了些空格，但删了还是不行，由于没有图片对比，不知道哪里有问题（我对php不熟），请飞猪 更新一下，麻烦了。</p>
]]></content:encoded>
	</item>
</channel>
</rss>
