<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>久酷 &#187; paged comments</title>
	<atom:link href="http://www.jiucool.com/tag/paged-comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jiucool.com</link>
	<description>Say That What I Can Say!</description>
	<lastBuildDate>Thu, 12 Jan 2012 23:09:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<atom:link rel='hub' href='http://www.jiucool.com/?pushpress=hub'/>
		<item>
		<title>又一个wordpress AJAX paged comments 插件</title>
		<link>http://www.jiucool.com/you-yi-ge-wordpress-ajax-paged-comments-cha-jian/</link>
		<comments>http://www.jiucool.com/you-yi-ge-wordpress-ajax-paged-comments-cha-jian/#comments</comments>
		<pubDate>Sun, 28 Sep 2008 05:32:07 +0000</pubDate>
		<dc:creator>久酷</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[AJAX paged comments plugin]]></category>
		<category><![CDATA[paged comments]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://www.jiucool.com/?p=1854</guid>
		<description><![CDATA[这个插件提供

AJAX 方式在发表评论、确认、翻页等！

image-thumb2

下载地址：点击下载该插件

插件的安装：

1.上传 YAAPC 到 `/wp-content/plugins/` 目录！

<span class="readmore"><a href="http://www.jiucool.com/you-yi-ge-wordpress-ajax-paged-comments-cha-jian/" title="又一个wordpress AJAX paged comments 插件">Read More: 902 Words Totally</a></span>]]></description>
			<content:encoded><![CDATA[<p>这个插件提供</p>
<p><a href="http://www.jiucool.com/tag/ajax/" class="st_tag internal_tag" rel="tag" title="Posts tagged with AJAX">AJAX</a> 方式在发表评论、确认、翻页等！</p>
<div id="attachment_1855" class="wp-caption aligncenter" style="width: 397px"><a href="http://pic.jiucool.com/2008/09/image-thumb2.png"><img class="size-full wp-image-1855" style="border: 1px solid black;" title="image-thumb2" src="http://pic.jiucool.com/2008/09/image-thumb2.png" alt="image-thumb2" width="387" height="70" /></a><p class="wp-caption-text">image-thumb2</p></div>
<p>下载地址：<a href="http://pic.jiucool.com/2008/09/yaapc.zip">点击下载该插件</a></p>
<p>插件的安装：</p>
<p>1.上传 YAAPC 到 `/wp-content/plugins/` 目录！</p>
<p>2.在 ‘Plugins’ 菜单下激活该插件。</p>
<p>3.（可选择的，但是推荐这样做）修改你的评论模板(comments.php),添加一个 div 标签 id=”yaapc-comments”  把&lt; ?php yaapc_pages()?&gt;` 放到你想显示的地方去.看下面的例子。</p>
<p>4.修改样式表style.css 在YAAPC 目录自定义YAAPC的外观</p>
<p>修改comments.php的一个例子</p>
<pre>... ...
&lt;!-- You can start editing here. --&gt;
<span style="color: #ff0000;"><strong>&lt;div id="yaapc-comments"&gt;</strong></span>
&lt;?php if ($comments) : ?&gt;
	&lt;h3 id="comments"&gt;&lt;?php the_title();&lt;/h3&gt;
	<span style="color: #ff0000;"><strong>&lt;?php yaapc_pages()?&gt;</strong></span>
	&lt;ol   class="commentlist"&gt;
	&lt;?php foreach ($comments as $comment) : ?&gt;
	... ...
	&lt;?php endforeach; /* end for each comment */ ?&gt;
	&lt;/ol&gt;
	<span style="color: #ff0000;"><strong>&lt;?php yaapc_pages()?&gt;</strong></span>
 &lt;?php else : // this is displayed if there are no comments so far ?&gt;
	&lt;?php if ('open' == $post-&gt;comment_status) : ?&gt;
		&lt;!-- If comments are open, but there are no comments. --&gt;
	 &lt;?php else : // comments are closed ?&gt;
		&lt;!-- If comments are closed. --&gt;
		&lt;p class="nocomments"&gt;Comments are closed.&lt;/p&gt;
	&lt;?php endif; ?&gt;
&lt;?php endif; ?&gt;
<span style="color: #ff0000;"><strong>&lt;/div&gt;</strong></span>
... ...
</pre>
<p>No related posts.</p><br/>
<a href="http://www.jiucool.com/godaddy-domain" target="_blank"><img src="http://pic.jiucool.com/2010/godaddy_score_savings_468x60.jpg" /></a>
<hr />
<p><small>© 久酷 for <a href="http://www.jiucool.com">久酷</a>, 2008. |
<a href="http://www.jiucool.com/you-yi-ge-wordpress-ajax-paged-comments-cha-jian/" target="_blank">Permalink</a> |
<a href="http://www.jiucool.com/you-yi-ge-wordpress-ajax-paged-comments-cha-jian/#comments">13 comments</a> |
Twitter:
<a href="http://twitter.com/jiucool" target="_blank">@jiucool</a>
<br/>
Post tags: <a href="http://www.jiucool.com/tag/ajax/" rel="tag">AJAX</a>, <a href="http://www.jiucool.com/tag/ajax-paged-comments-plugin/" rel="tag">AJAX paged comments plugin</a>, <a href="http://www.jiucool.com/tag/paged-comments/" rel="tag">paged comments</a>, <a href="http://www.jiucool.com/tag/plugin/" rel="tag">plugin</a>, <a href="http://www.jiucool.com/tag/wordpress/" rel="tag">WordPress</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.jiucool.com/you-yi-ge-wordpress-ajax-paged-comments-cha-jian/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>

