<?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>中国站长帮-zzbang.cn &#187; 分页</title>
	<atom:link href="http://www.zzbang.cn/tag/%e5%88%86%e9%a1%b5/feed" rel="self" type="application/rss+xml" />
	<link>http://www.zzbang.cn</link>
	<description>忽悠站长是可耻的，也必将是自掘坟墓的</description>
	<lastBuildDate>Thu, 09 Feb 2012 08:51:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>让WordPress自带编辑器拥有日志内分页功能</title>
		<link>http://www.zzbang.cn/cms/wordpress/3.html</link>
		<comments>http://www.zzbang.cn/cms/wordpress/3.html#comments</comments>
		<pubDate>Fri, 17 Oct 2008 16:50:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[分页]]></category>
		<category><![CDATA[编辑器]]></category>

		<guid isPermaLink="false">http://zzbang.cn/?p=3</guid>
		<description><![CDATA[<img src="http://www.zzbang.cn/wp-content/uploads/logos//wp1.gif" width="80" height="80" alt="" title="wordpress" /><br/>作者:myhou 想要分页，只要在编辑时添入: &#60;!–nextpage–&#62; 就OK了，但怎样让让WordPress的自带撰写器拥有日志内分页功能呢？ 首先进入wp安装目录下的\wp-includes\js\tinymce，用文本编辑器打开tiny_mce_config.php，查找下面代码：wp_more， 复制内容到剪贴板 代码: ‘wp_more’,'&#124;’, ’spellchecker’, 在wp_more后面加上：’wp_page’ 复制内容到剪贴板 代码: ‘wp_more’,'wp_page’, ‘&#124;’, ’spellchecker’, 上面是将nextpage标签按钮添加到可视化编辑器。下面继续将nextpage标签按钮添加到代码模式中。 进入\wp-includes\js，打开quicktags.js，找到 复制内容到剪贴板 代码: /* edButtons[edButtons.length] = new edButton(’ed_next’ ,’page’ ,’&#60;!–nextpage–&#62;’ ,” ,’p’ ,-1 ); */ 将注释代码/*和*/删除掉。OK，完成]]></description>
		<wfw:commentRss>http://www.zzbang.cn/cms/wordpress/3.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

