WordPress: How To Create Multiple Paged Articles
Many of my posts have multiple pages. WordPress today doesn't provide a visible way to add multiple pages to your (single) article / post. I have been asked to explain how I create multiple pages in my articles. Here is the solution.
In earlier versions of WordPress there was a quicktag named page (or pages) which allowed you to create multiple pages in your WordPress blog. In some recent versions this feature is missing. This is how you can manually add it. Insert the following comments wherever you would like to insert a page break (like Microsoft Word).
<–nextpage–>
WordPress 2.0 comes with WYSIWYG editor enabled by default. Inserting such a comment is a pain. There are three options.
Hard
- You can switch off the WYSIWYG editor for all posts and then insert this comment by hand (everytime).
- You can go into source code mode and insert this comment by hand (everytime) and hope it retains the comment when you switch back to WYSIWYG.
Or
Simple
You can activate Angsuman's Multi-Page Plugin and simply click on the button to insert a page break. It works both in WYSIWYG as well as text mode.
Filed under CMS Software, PHP, Pro Blogging, Web, Web Services, WordPress |
|
RSS 2.0 |
Trackback this Article
|
Email this Article
You may also like to read |




































September 6th, 2006 at 1:00 am
Just wanted to let you know that if you go into the html editor from the WYSIWYG editor, you can simply enter the tag as . No need for any other tomfoolery.
September 8th, 2006 at 12:53 am
What kind of effect does this have on pages with multiple posts like category or search results? Also, how does it effect RSS feeds?
September 9th, 2006 at 8:11 am
It doesn’t affect RSS feeds. Category or search results will show the first page from which you can access the other pages.
December 28th, 2006 at 9:15 pm
[...] [Wordpress blogging at taragana > http://blog.taragana.com/index.php/wordpress-only/, [more>http://blog.taragana.com/index.php/archive/how-to-create-multiple-pages-in-wordpress-articles/] [...]