<?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: How to split pages in WordPress 2.5 with nextpage</title>
	<atom:link href="http://www.techarticles.zeromu.net/programming/web/how-to-split-pages-in-wordpress-25-with-nextpage/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techarticles.zeromu.net/programming/web/how-to-split-pages-in-wordpress-25-with-nextpage/</link>
	<description>Solutions to computer problems that were in my way.</description>
	<lastBuildDate>Sat, 19 Jun 2010 21:36:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Jon</title>
		<link>http://www.techarticles.zeromu.net/programming/web/how-to-split-pages-in-wordpress-25-with-nextpage/comment-page-1/#comment-181</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Sat, 07 Mar 2009 11:14:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.techarticles.zeromu.net/?p=27#comment-181</guid>
		<description>Very cool. Thanks for that! Just what I was looking for.
I find it quite odd it was removed in the first place.</description>
		<content:encoded><![CDATA[<p>Very cool. Thanks for that! Just what I was looking for.<br />
I find it quite odd it was removed in the first place.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jake D</title>
		<link>http://www.techarticles.zeromu.net/programming/web/how-to-split-pages-in-wordpress-25-with-nextpage/comment-page-1/#comment-167</link>
		<dc:creator>Jake D</dc:creator>
		<pubDate>Sun, 15 Feb 2009 21:19:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.techarticles.zeromu.net/?p=27#comment-167</guid>
		<description>Jan,

Thanks for that!  This should make it quick and easy!</description>
		<content:encoded><![CDATA[<p>Jan,</p>
<p>Thanks for that!  This should make it quick and easy!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan</title>
		<link>http://www.techarticles.zeromu.net/programming/web/how-to-split-pages-in-wordpress-25-with-nextpage/comment-page-1/#comment-166</link>
		<dc:creator>Jan</dc:creator>
		<pubDate>Sun, 15 Feb 2009 18:39:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.techarticles.zeromu.net/?p=27#comment-166</guid>
		<description>Finally! - Feel free to delete all those empty posts! ;)</description>
		<content:encoded><![CDATA[<p>Finally! &#8211; Feel free to delete all those empty posts! <img src='http://www.techarticles.zeromu.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan</title>
		<link>http://www.techarticles.zeromu.net/programming/web/how-to-split-pages-in-wordpress-25-with-nextpage/comment-page-1/#comment-165</link>
		<dc:creator>Jan</dc:creator>
		<pubDate>Sun, 15 Feb 2009 18:37:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.techarticles.zeromu.net/?p=27#comment-165</guid>
		<description>&lt;?php add_filter(&#039;mce_buttons&#039;, &#039;add_nextpage&#039;); 

	function add_nextpage($buttons) {
		if (!in_array(&#039;wp_page&#039;, $buttons)) {
			if (!in_array(&#039;wp_more&#039;, $buttons)) {
				$last = array_pop($buttons);
				$buttons[] = &quot;wp_page&quot;;
				$buttons[] = $last;
			}else{
				$txt = implode(&#039;&#124;&#039;, $buttons);
				$txt = str_replace(&#039;wp_more&#124;&#039;,&#039;wp_more&#124;wp_page&#124;&#039;, $txt);
				$buttons = explode(&#039;&#124;&#039;, $txt);
			}
		}
		return $buttons;		
	}
	
?&gt;</description>
		<content:encoded><![CDATA[<p>&lt;?php add_filter(&#8216;mce_buttons&#8217;, &#8216;add_nextpage&#8217;); </p>
<p>	function add_nextpage($buttons) {<br />
		if (!in_array(&#8216;wp_page&#8217;, $buttons)) {<br />
			if (!in_array(&#8216;wp_more&#8217;, $buttons)) {<br />
				$last = array_pop($buttons);<br />
				$buttons[] = &quot;wp_page&quot;;<br />
				$buttons[] = $last;<br />
			}else{<br />
				$txt = implode(&#8216;|&#8217;, $buttons);<br />
				$txt = str_replace(&#8216;wp_more|&#8217;,'wp_more|wp_page|&#8217;, $txt);<br />
				$buttons = explode(&#8216;|&#8217;, $txt);<br />
			}<br />
		}<br />
		return $buttons;<br />
	}</p>
<p>?&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan</title>
		<link>http://www.techarticles.zeromu.net/programming/web/how-to-split-pages-in-wordpress-25-with-nextpage/comment-page-1/#comment-160</link>
		<dc:creator>Jan</dc:creator>
		<pubDate>Sun, 15 Feb 2009 18:26:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.techarticles.zeromu.net/?p=27#comment-160</guid>
		<description>[code][/code]</description>
		<content:encoded><![CDATA[<p>[/code]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan</title>
		<link>http://www.techarticles.zeromu.net/programming/web/how-to-split-pages-in-wordpress-25-with-nextpage/comment-page-1/#comment-159</link>
		<dc:creator>Jan</dc:creator>
		<pubDate>Sun, 15 Feb 2009 18:26:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.techarticles.zeromu.net/?p=27#comment-159</guid>
		<description>Hi,

i came across your page searching for a solution to the same problem. By further research, I found out how to activate the pagebreak button in the visual editor. Thought you might be interested in this, too:

In your theme&#039;s function.php:

</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>i came across your page searching for a solution to the same problem. By further research, I found out how to activate the pagebreak button in the visual editor. Thought you might be interested in this, too:</p>
<p>In your theme&#8217;s function.php:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jake D</title>
		<link>http://www.techarticles.zeromu.net/programming/web/how-to-split-pages-in-wordpress-25-with-nextpage/comment-page-1/#comment-89</link>
		<dc:creator>Jake D</dc:creator>
		<pubDate>Tue, 07 Oct 2008 00:34:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.techarticles.zeromu.net/?p=27#comment-89</guid>
		<description>Stephan, thanks for the help!</description>
		<content:encoded><![CDATA[<p>Stephan, thanks for the help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephan</title>
		<link>http://www.techarticles.zeromu.net/programming/web/how-to-split-pages-in-wordpress-25-with-nextpage/comment-page-1/#comment-43</link>
		<dc:creator>Stephan</dc:creator>
		<pubDate>Wed, 20 Aug 2008 17:23:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.techarticles.zeromu.net/?p=27#comment-43</guid>
		<description>&lt;code&gt;&lt;!--nextpage--&gt;&lt;/code&gt;
That’s it. Please ignore/delete the previous two comments.</description>
		<content:encoded><![CDATA[<p><code>&lt;!--nextpage--&gt;</code><br />
That’s it. Please ignore/delete the previous two comments.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephan</title>
		<link>http://www.techarticles.zeromu.net/programming/web/how-to-split-pages-in-wordpress-25-with-nextpage/comment-page-1/#comment-42</link>
		<dc:creator>Stephan</dc:creator>
		<pubDate>Wed, 20 Aug 2008 17:22:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.techarticles.zeromu.net/?p=27#comment-42</guid>
		<description>Dammit, how do I insert that? &lt;code&gt;&gt;!--nextpage--&amp;lt&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Dammit, how do I insert that? <code>&gt;!--nextpage--&amp;lt</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephan</title>
		<link>http://www.techarticles.zeromu.net/programming/web/how-to-split-pages-in-wordpress-25-with-nextpage/comment-page-1/#comment-41</link>
		<dc:creator>Stephan</dc:creator>
		<pubDate>Wed, 20 Aug 2008 17:21:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.techarticles.zeromu.net/?p=27#comment-41</guid>
		<description>Sorry, it actually commented it out. It must look like  (without the spaces)</description>
		<content:encoded><![CDATA[<p>Sorry, it actually commented it out. It must look like  (without the spaces)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
