<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<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">
	<channel>
		<title>THE MOLITOR FORUMS &#187; Topic: pages in long posts like your sample pages</title>
		<link>http://www.themolitor.com/forums/topic/pages-in-long-posts-like-your-sample-pages</link>
		<description>THE MOLITOR FORUMS &#187; Topic: pages in long posts like your sample pages</description>
		<language>en-US</language>
		<pubDate>Mon, 04 May 2026 20:08:18 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/pages-in-long-posts-like-your-sample-pages" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "pages in long posts like your sample pages"</title>
			<link>http://www.themolitor.com/forums/topic/pages-in-long-posts-like-your-sample-pages#post-39221</link>
			<pubDate>Mon, 30 May 2016 10:39:18 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">39221@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>The pagination feature is created using the WordPress function <a href="https://codex.wordpress.org/Function_Reference/wp_link_pages">wp_link_pages</a></p>
<p>You can locate that function in single.php on line 22...</p>
<pre><code>wp_link_pages(array(&#039;before&#039; =&#62; &#039;&#60;p class=&#34;postinate&#34;&#62;&#039;.__(&#039;Pages:&#039;,&#039;themolitor&#039;).&#039; &#039;,&#039;after&#039; =&#62; &#039;&#60;/p&#62;&#039;,&#039;pagelink&#039; =&#62; &#039;&#60;span&#62;%&#60;/span&#62;&#039;));</code></pre>
<p>...and make edits there. Be sure to make note as any theme updates will replace your edits.</p>
<p>If you need additional help with this, I'll have to ask that you submit a request for custom services here: <a href="http://themolitor.com/custom" rel="nofollow">http://themolitor.com/custom</a></p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>LittleClue on "pages in long posts like your sample pages"</title>
			<link>http://www.themolitor.com/forums/topic/pages-in-long-posts-like-your-sample-pages#post-39202</link>
			<pubDate>Sat, 28 May 2016 01:24:03 +0000</pubDate>
			<dc:creator>LittleClue</dc:creator>
			<guid isPermaLink="false">39202@http://www.themolitor.com/forums/</guid>
			<description><p>Thank you. Another question: When posting a book of several pages, numbered links appear on the bottom of the right 'virtual page'. Is it possible to just have the arrows, because the linked numbers are distracting. It's not a book like reading experiences.
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "pages in long posts like your sample pages"</title>
			<link>http://www.themolitor.com/forums/topic/pages-in-long-posts-like-your-sample-pages#post-39171</link>
			<pubDate>Wed, 25 May 2016 09:26:37 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">39171@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>You can try searching for plugins that automate this process. I found this one doing a basic search: <a href="https://wordpress.org/plugins/autopaginate/" rel="nofollow">https://wordpress.org/plugins/autopaginate/</a></p>
<p>Regarding page turning, my thinking/intention was that each page is a new chapter.</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>LittleClue on "pages in long posts like your sample pages"</title>
			<link>http://www.themolitor.com/forums/topic/pages-in-long-posts-like-your-sample-pages#post-39161</link>
			<pubDate>Wed, 25 May 2016 07:51:23 +0000</pubDate>
			<dc:creator>LittleClue</dc:creator>
			<guid isPermaLink="false">39161@http://www.themolitor.com/forums/</guid>
			<description><p>Is there another way? Just imagine a book has 80,000 words. Also in the middle of the chapter, the large letter appears when the reader turns the pages.
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "pages in long posts like your sample pages"</title>
			<link>http://www.themolitor.com/forums/topic/pages-in-long-posts-like-your-sample-pages#post-27647</link>
			<pubDate>Mon, 10 Mar 2014 11:58:42 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">27647@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>To create pagination for individual posts (i.e. "pages: 1 2 3..." etc.), you can simply paste <code>&#60;!--nextpage--&#62;</code> where you would like to start the next page. </p>
<p><a href="http://www.themolitor.com/help/wpnovelist/images/next_page.png">Example</a></p>
<p>Let me know if that helps.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>fradkin on "pages in long posts like your sample pages"</title>
			<link>http://www.themolitor.com/forums/topic/pages-in-long-posts-like-your-sample-pages#post-27627</link>
			<pubDate>Sun, 09 Mar 2014 16:10:32 +0000</pubDate>
			<dc:creator>fradkin</dc:creator>
			<guid isPermaLink="false">27627@http://www.themolitor.com/forums/</guid>
			<description><p>Hey - </p>
<p>Can't figure out for the life of me how to have a long post read across multiple pages (similar to your sample posts like Romeo and Juliet, which at bottom has "pages 1, 2, 3 etc" I want this same exact functionality in my new posts). I looked inside the Romeo and Julet and saw a thing that says new page. HOW DO I DO THIS? I also tried downloading the autopaginate thing but it doesn't work for me so please don't direct me to this. Just want to recreate what you did in your sample posts of the novelist site template. </p>
<p>Thanks
</p></description>
		</item>

	</channel>
</rss>
