<?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: 升级到2.7主题这样改</title>
	<atom:link href="http://www.hopesun.info/324.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.hopesun.info/324.html</link>
	<description>Wind&#039;s Little World</description>
	<lastBuildDate>Wed, 01 Sep 2010 21:04:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: wind</title>
		<link>http://www.hopesun.info/324.html/comment-page-1#comment-9386</link>
		<dc:creator>wind</dc:creator>
		<pubDate>Mon, 19 Oct 2009 14:10:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.hopesun.info/?p=324#comment-9386</guid>
		<description>comments-ajax.js 及 comments-ajax.php&lt;a href=&quot;http://www.hopesun.info/324wp-content/uploads/2009/10/comments-ajax.rar&quot; rel=&quot;nofollow&quot;&gt;下载&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>comments-ajax.js 及 comments-ajax.php<a href="http://www.hopesun.info/324wp-content/uploads/2009/10/comments-ajax.rar" rel="nofollow">下载</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wind</title>
		<link>http://www.hopesun.info/324.html/comment-page-1#comment-9385</link>
		<dc:creator>wind</dc:creator>
		<pubDate>Mon, 19 Oct 2009 14:08:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.hopesun.info/?p=324#comment-9385</guid>
		<description>添加“原生嵌套评论 Ajax 提交”功能

在 header.php 中找到：
〈?php if ( is_singular() ) wp_enqueue_script( &#039;comment-reply&#039; ); ?〉
修改为：
〈?php if ( is_singular() ){ ?&gt;
〈script type=&quot;text/javascript&quot; src=&quot;http://ajax.googleapis.com/ajax/libs/jquery/1.2.3/jquery.min.js&quot;&gt;〈/script&gt;
〈script type=&quot;text/javascript&quot; src=&quot;〈?php bloginfo(&#039;template_directory&#039;); ?&gt;/comments-ajax.js&quot;&gt;〈/script&gt;
〈?php } ?&gt;

comments-ajax.js 及 comments-ajax.php 放在主题文件夹内。</description>
		<content:encoded><![CDATA[<p>添加“原生嵌套评论 Ajax 提交”功能</p>
<p>在 header.php 中找到：<br />
〈?php if ( is_singular() ) wp_enqueue_script( &#8216;comment-reply&#8217; ); ?〉<br />
修改为：<br />
〈?php if ( is_singular() ){ ?><br />
〈script type=&#8221;text/javascript&#8221; src=&#8221;http://ajax.googleapis.com/ajax/libs/jquery/1.2.3/jquery.min.js&#8221;>〈/script><br />
〈script type=&#8221;text/javascript&#8221; src=&#8221;〈?php bloginfo(&#8216;template_directory&#8217;); ?>/comments-ajax.js&#8221;>〈/script><br />
〈?php } ?></p>
<p>comments-ajax.js 及 comments-ajax.php 放在主题文件夹内。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wind</title>
		<link>http://www.hopesun.info/324.html/comment-page-1#comment-9040</link>
		<dc:creator>wind</dc:creator>
		<pubDate>Sat, 14 Feb 2009 03:13:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.hopesun.info/?p=324#comment-9040</guid>
		<description>今天换用原来的一个2.6主题，修改成2.7主题时发现，有时还需要修改一个地方：header.php中, 在wp_head()前面加上

if ( is_singular() ) wp_enqueue_script( &#039;comment-reply&#039; );

这样评论分层回复才会显得正常。不加这行的话，虽然不影响评论回复，但点击REPLY时会显示页面有错误。</description>
		<content:encoded><![CDATA[<p>今天换用原来的一个2.6主题，修改成2.7主题时发现，有时还需要修改一个地方：header.php中, 在wp_head()前面加上</p>
<p>if ( is_singular() ) wp_enqueue_script( &#8216;comment-reply&#8217; );</p>
<p>这样评论分层回复才会显得正常。不加这行的话，虽然不影响评论回复，但点击REPLY时会显示页面有错误。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 木子</title>
		<link>http://www.hopesun.info/324.html/comment-page-1#comment-8905</link>
		<dc:creator>木子</dc:creator>
		<pubDate>Thu, 01 Jan 2009 15:51:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.hopesun.info/?p=324#comment-8905</guid>
		<description>太谢谢啦，找了好久，就这个方法简单。~</description>
		<content:encoded><![CDATA[<p>太谢谢啦，找了好久，就这个方法简单。~</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wind</title>
		<link>http://www.hopesun.info/324.html/comment-page-1#comment-8792</link>
		<dc:creator>wind</dc:creator>
		<pubDate>Sat, 13 Dec 2008 14:02:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.hopesun.info/?p=324#comment-8792</guid>
		<description>这个基本上还是取决于你的WP服务器。我的能收到。</description>
		<content:encoded><![CDATA[<p>这个基本上还是取决于你的WP服务器。我的能收到。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 牧狼羊</title>
		<link>http://www.hopesun.info/324.html/comment-page-1#comment-8791</link>
		<dc:creator>牧狼羊</dc:creator>
		<pubDate>Sat, 13 Dec 2008 12:27:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.hopesun.info/?p=324#comment-8791</guid>
		<description>自带的回复可以自动邮件通知么？</description>
		<content:encoded><![CDATA[<p>自带的回复可以自动邮件通知么？</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wind</title>
		<link>http://www.hopesun.info/324.html/comment-page-1#comment-8790</link>
		<dc:creator>wind</dc:creator>
		<pubDate>Sat, 13 Dec 2008 10:12:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.hopesun.info/?p=324#comment-8790</guid>
		<description>2的CSS内容不多，剔除相同的项应该不是难事。</description>
		<content:encoded><![CDATA[<p>2的CSS内容不多，剔除相同的项应该不是难事。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wind</title>
		<link>http://www.hopesun.info/324.html/comment-page-1#comment-8789</link>
		<dc:creator>wind</dc:creator>
		<pubDate>Sat, 13 Dec 2008 10:10:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.hopesun.info/?p=324#comment-8789</guid>
		<description>直接覆改没有问题的。所谓不同不过是CSS定义样式不一样而已。还有一个有趣的现象，似乎把comments.php删除，将直接调用默认主题的comments.php。</description>
		<content:encoded><![CDATA[<p>直接覆改没有问题的。所谓不同不过是CSS定义样式不一样而已。还有一个有趣的现象，似乎把comments.php删除，将直接调用默认主题的comments.php。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomogen</title>
		<link>http://www.hopesun.info/324.html/comment-page-1#comment-8787</link>
		<dc:creator>tomogen</dc:creator>
		<pubDate>Sat, 13 Dec 2008 07:45:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.hopesun.info/?p=324#comment-8787</guid>
		<description>但是2中CSS有很多已经和我的CSS内容有重复。
我觉得这样改会很乱。</description>
		<content:encoded><![CDATA[<p>但是2中CSS有很多已经和我的CSS内容有重复。<br />
我觉得这样改会很乱。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xiaorsz</title>
		<link>http://www.hopesun.info/324.html/comment-page-1#comment-8786</link>
		<dc:creator>xiaorsz</dc:creator>
		<pubDate>Sat, 13 Dec 2008 07:37:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.hopesun.info/?p=324#comment-8786</guid>
		<description>额？comments.php直接覆改不好吧！！
好多不一样的！！</description>
		<content:encoded><![CDATA[<p>额？comments.php直接覆改不好吧！！<br />
好多不一样的！！</p>
]]></content:encoded>
	</item>
</channel>
</rss>
