Contact: Web / Voice / Email / Tips
Simple Thoughts Blog - Java and Web Technologies

Simple solutions for complex problems.

 

Angsuman’s Multi-Page Plugin: WordPress 2.x Plugin To Create Multi-Paged Articles

May 5th, 2006 by Angsuman Chakraborty

WordPress 2.x (and above) plugin to create multi-paged article. I have been asked several times how I create articles with multiple pages (like this or this). WordPress in recent versions (1.5 and above) does not provide any visible buttons to support multiple pages even though it supports the functionality internally. This plugins enables you to easily break your WordPress article into multiple pages. It works for both WYSIWYG as well as text mode.

Compatibility
Works on 2.x codebase. It hasn’t been tested on 1.5.x codebase and not supported.

Definitely for WordPress 1.5 and above. I am not sure about earlier versions.

Download
Please read the installation procedure below after you download Angsuman’s Multi-Page Plugin.

Installation
1. Upload multipage directory to your wp-content/plugins directory.
2. Log in to WordPress.
3. Click Plugins from the main menu.
4. Scroll to find the name of the plugin - Angsuman’s Multi-Page Plugin, and click Activate.

You are done!

Configuration
It requires no configuration.

Usage
Please activate the plugin as described above.

Click on the Page button in quicktags menu or the graphical icon whenever you want to insert page break in your post.

Do you like it?
An attribution would be nice, a contribution nicer. Your choice. Support will only be provided only to our patrons, with exceptions for friends :) .

Problems?
Pages (after first page) are not displaying?
Refer to this comment for solution.

Note
Visit - WordPress Plugins Developed and Supported by Taragana.Com for other free plugins we provide.

This plugin uses ButtonSnap plugin.


Filed under CMS Software, Headline News, PHP, Pro Blogging, Web, Web Services, WordPress | | RSS 2.0 | Trackback this Article | Email this Article

You may also like to read

»WordPress: How To Create Multiple Paged Articles
»WordPress WYSIWYG Editor is a Disaster
»WordPress Plugins (Free) Developed and Supported by Taragana.Com
»Angsuman's Translator Plugin Pro Compatible With WordPress 2.1
»Translator Plugin Pro Version 4.0 Update
»Paid Content Plugin For WordPress New Version - Request for Suggestions
»How To Get Free Copy of Translator Plugin Pro?
»WordPress Automatic Translator Plugin - Almost Ready With Exciting Features
»Translator Plugin Pro Translating Even Admin Pages: Bug or Feature?
»Translator Plugin Pro Fully Supported On WordPress 2.x, 2.1.x, 2.2.x & 2.3.x (development)
»How To Individually Style Translator Pro Flags?
»Angsuman's WordPress Translator Plugin Pro Update
»Congratulations WordPress Plugin Contest Winners & Translator Pro Winner
»How To Properly Display Multi-Lingual Sites
»Angsuman's Authenticated WordPress Plugin - Password Protection for Your WordPress Blog

50 Responses to “Angsuman’s Multi-Page Plugin: WordPress 2.x Plugin To Create Multi-Paged Articles”

  1. How To Create Multiple Pages in WordPress Articles -Simple Thoughts - Java and Web Technology Blog Says:

    [...] « Angsuman’s Multi-Page Plugin: WordPress 2.x Plugin To Create Multi-Paged Articles How To Create Multiple Pages in WordPress Articles May 5th, 2006 by Angsuman Chakraborty [...]

  2. moshu Says:

    I don’t know about the wysiwyg editor because I never use it, but for the traditional quicktags you can just uncomment the nextpage code in the wp-includes/js/quicktags file (lines 135-143). The code is there in the Quicktags file, it’s just commented out.

  3. Angsuman Chakraborty Says:

    Moshu,

    Previously I used a modified version of quicktags for adding other purposes. However that soon became a pain synchronizing with frequent WordPress updates. Also I couldn’t find it in the (large mess of) wysiwyg editor :(

    Not to mention that modifying WordPress will not be an easy solution for average WordPress users.

    Best,
    Angsuman

  4. MacManX.com » Blogroll Dive: 5/8/06 Says:

    [...] Angsuman released his Multi-Page WordPress Plugin, which “enables you to easily break your WordPress articles into multiple pages.” [...]

  5. Shawna Says:

    I am using this plugin butnothing happens when I insert the next page link.Actually something does happen, all the content of the post vanishes that should be on the next page.

    Anyone have any idea what I may have done wrong?

  6. Angsuman Chakraborty Says:

    Are you using the default theme?

    Multiple pages are displayed with a piece of WordPress code which is present in any well-designed theme like the default theme.

    If you are using your custom theme then you should add this piece of code (highlighted):

    <?php the_content('<p class="serif">Read the rest of this entry &raquo;</p>'); ?>

    <?php link_pages('<p><strong>Pages:</strong> ', '</p>', 'number'); ?>

  7. Josh Says:

    What file should this code go into?

  8. joseluizcoe.com - website (im)pessoal de José Luiz Coe, vuglo “zeck” - » links for 2006-05-27 Says:

    [...] Angsuman’s Multi-Page Plugin Plugin que ativa um botao (nextpage) que possibilita a paginacao de artigos em um mesmo post. (tags: wordpress) [...]

  9. kevin murray Says:

    When the “pages 1,2,etc” displays beneath the primary post, how does one circumvent the confusion to the reader when they click on “1″ and find the same excerpt loaded?

    Is it possible to unlink the “current” page nav number?

  10. Angsuman Chakraborty Says:

    > Is it possible to unlink the “current” page nav number?

    Sure. Requires some custom coding.

  11. mae Says:

    Josh - somewhere in your index file, where it’s displaying the post, it either says

    or

    Replace that line with:

    Read the rest of this entry »’); ?>

    Pages: ‘, ”, ‘number’); ?>

  12. Teddy Says:

    Mae - thanks for writing. I’m sorry but I can’t read your post due to formatting - what should it replace in the index file?

  13. Angsuman Chakraborty Says:

    See this comment.

  14. Matthew Says:

    This is a great plugin. I went to add the custom coding, and found that the Kubrick standard already includes it. Now isn’t that great?

    Thank you.

  15. Angsuman Chakraborty Says:

    Any proper theme should have it already :)

  16. Artful Lodger Says:

    Hi
    Is there a way of configuring the titles of each individual page? For example I wrote a page and it added a second one. The post will get long overtime as I cover every area of the one particular town and I will start adding more pages. The problem is this:

    1. Every page renders with the same title.
    2. This causes a slight problem, while I am talking about the same town it is a different area so I would like to append the title like Part-2 so it is immediately identifiable to the visitor that it is a multi-page post.

    I would like a way to append each page title and meta description.
    Is it possible to enhance as well the continous pages links like 1,2,3,4 etc make it more prominent to alert visitors?

    Thanks

  17. Angsuman Chakraborty Says:

    @Artful Lodger,
    Contact me using the contact form with details for a quote.

  18. Artful Lodger Says:

    HI

    I sent you a mail through the contact form

    Thanks

  19. WordPress Plugins (Free) Developed and Supported by Taragana.Com -Simple Thoughts - Java and Web Technology Blog Says:

    [...] Angsuman’s Multi-Page Plugin: WordPress 2.x Plugin To Create Multi-Paged Articles WordPress 2.x (and above) plugin to create multi-paged article. This plugins enables you to easily break your WordPress article into multiple pages. It works for both WYSIWYG as well as text mode. [...]

  20. maanloper » Write bite size posts on your wordpress blogs Says:

    [...] Installation instructions: on Taragana Blog [...]

  21. WordPress Plugin: Multi-Page at JohnTP’s Home Says:

    [...] Download Multi-Page Technorati Tags: multi page, plugin, series, wordpress [...]

  22. WordPress WYSIWYG Editor is a Disaster -Simple Thoughts - Java and Web Technology Blog Says:

    [...] This new WYSIWYG is frustrating to use at every step of the way. It is buggy like the worst Microsoft products. The WYSIWYG mode isn’t properly synchronized with the HTML mode. Any changes made in the HTML mode may or may not get into the WYSIWYG mode. Often a change made in HTML mode isn’t idempotent. In other words if you make some change in HTML mode, then close the window and then go back to HTML mode, some of your change may be lost or worse modified. Button implementations are buggy and insufficient. For example I cannot create a anchor tag with name or even a page (you can use my multi-page plugin for that). I needed to create anchor tags with name so I can redirect people from content section to other sections of the site in the same page. I switched to HTML code and created the code. When I switched back there were three tags created for each insertion. And worse it isn’t consistent. So for some it came out fine and others there were 3 duplicates. [...]

  23. Christophe Labedan Says:

    Great plugin… The only thing for me is that Page Numbres don’t appear at the bottom of the first page for readers to click… I had to manually link page 2 (see http://www.leblogauto.com/2006/09/alfa-romeo-8c-competizione-la-version-de-production.html as way of example…)
    Ay idea why?

    Thaks
    Christophe

  24. Angsuman Chakraborty Says:

    Refer to this comment for solution.

  25. Michael Says:

    Hi,

    I’ve installed the multipage plugin and activated it however I do not use the visual rich editor therefor I do not have a quick links selection. What code do I use to tell the plugin it’s a mulitpage post?

    Thanks!

    Michael

  26. Angsuman Chakraborty Says:

    Click on the Page button in quicktags menu.

  27. Michael Says:

    I do not use the visual rich editor therefor I do not have a quicktags menu. What code should I use?

  28. Michael Says:

    I had to deactivate several plugins and when I did the “Next Page” quicklink now shows.

    So… there is a limited amount of display space in the quicklinks bar. If anyone else cannot see your “Next Page” button try deactivating one or two plugins.

  29. Michael Says:

    Love the multipage plugin!

    Question - What code do we use to insert the page numbers at the beginning of the article as well as where we manually enter it using the quicklinks?

    Also, we want to enter a small graphic after the page numbers - how do we do that?

  30. Michael Says:

    One more question concerning the multipage plugin.

    When you go to the next page notice there is no space between the Chitika ad and the body of the post. We have tried moving the Chitika ad above the article title but there is still no space. How do we ad space?

    Michael

  31. Jam Says:

    Could this be used to pages also?

  32. Angsuman Chakraborty Says:

    > Could this be used to pages also?
    I haven’t tried it. If WordPress supports paging of pages then my plugin will support it.

  33. Angsuman Chakraborty Says:

    @Michael

    Check the comment above for code to insert.

    > How do we ad space?
    Try adding empty paragraphs or breaks.

  34. Michael Says:

    Adding empty paragraphs or breaks puts in WAY too much space.

    Michael

  35. Ellis Says:

    I would like to see it as a drop down box with pages labeled what they page are. Example: http://enthusiast.hardocp.com/article.html?art=MTE5OCwxLCxoZW50aHVzaWFzdA==

  36. Boko Says:

    Hi,
    your plugin is very nice, but I don’t know: it´s possible support in Dean´s FCK editor and how?
    Thanks

  37. Angsuman Chakraborty Says:

    Yes it is possible.

  38. Ellis Says:

    Hmm - may do a mash up with http://nonull.com/pmwiki/Plugin/JumpTo?userlang=English

    So each time you press the “next page” insert button - it will ask for the name of the page. Looks like it would take some math and some extra javascripting to get it done (the later is not my forte).

  39. WordPress : France - Support Documentation Themes Plugins Traduction » Plugin de la semaine : Angsuman’s Multi-Page Plugin Says:

    [...] Cette semaine, au programme : Angsuman’s Multi-Page Plugin [...]

  40. Jay S Says:

    This mod is good. I was wondering about how to remove the page break. There is no indocator in the editor to delete the existing ones.

    Any idea?

  41. Wordpress Plugin : Angsuman’s Multi-Page Plugin at orioa Says:

    [...] Angsuman’s Multi-Page Plugin: WordPress 2.x Plugin To Create Multi-Paged Articles -Simple Thoughts - Java and Web Blog [...]

  42. Jack Says:

    I have installed “Angsuman’s Multi-Page Plugin” at my blog . Wordpress 2.1.2 , Classic Wordpress theme .
    It shows the multi-page, but only the first one shows the correct “font”, the other pages shows other kind of “font”.
    See it at
    http://www.conteaqui.com.br/uncategorized/projeto-sorriso/
    shows the correct “font”. But http://www.conteaqui.com.br/uncategorized/projeto-sorriso/2/
    does not show the correct “font”.
    I think it maybe an “css” problem …. but I can not find what to fix .
    I would appreciate any help.
    Thanks
    Jack from Brazil

  43. pitih Says:

    Yes, it’s working, I add the additional code (comment #6) in index.php & home.php

  44. Gaurav Akrani Says:

    I’ve added the following code in index.php and singlepost.php but still atually breaked pages were not created.

    Pages: ‘, ”, ‘number’); ?>

    So the problem is ………

    Pages (after first page) are not displaying?

  45. Roman Says:

    Hi, nice plugin. My question is how can I modify when I want to show the page links like: . Is that possible? Thanks. Roman

  46. Roman Says:

    Previous page | Next page

  47. zunixe Says:

    Nice plugin, I want to try this

  48. Shack Dougall Says:

    Great plugin! Note: A perfect companion to this is the CompleteRSS plugin, if you want your full article to show up in the RSS feed.

  49. Agent Says:

    Just for reference, I found out that if you add the
    <!–nextpage–>
    Manually in the code section, it works fine.
    I may have a look at the code within the next few weeks unless someone beats me to it, to try and find the problem.

    Hope that helps anyone that may come across the same issue. It only seems to affect the latest builds of WP (I know for a fact 2.0.x worked fine, so its a change somewhere after)

    Cheers all

  50. Elliot Lee Says:

    If you can’t read Agent’s code above, here it is:

    [open angle bracket]!–nextpage–[close angle bracket]

    Replace the parts in brackets with the proper symbol.

  51. sevgi Says:

    very thanky you, its a wonderfull ;)

  52. program Says:

    Nice plugin, I want to try this

    thanks.

  53. Jeffrey Says:

    I cannot see the icon after installing the plugin. Any suggestions?

Looking forward to hear your thoughts.



Please enter the code shown below ( to verify that you are human ) before you click Submit Comment.

No. 1 method to ethically increase your blog traffic and reach.

Translate

Translate to EnglishÜbersetzen Sie zum Deutsch/GermanPřeložit do Čech/CzechOversætte hen til Dansk/DanishKääntää jotta Finnish/FinnishLefordít -hoz Magyar/HungarianÞýða til Íslenska/IcelandicTraducir a Latinoamericano Español/Latin American Spanishtagapagsalin sa Filipino/FilipinoTłumaczyć wobec Polski/PolishA traduce la spre Român/RomanianPrevesti za Srpski/Serbiantolmačiti v slovenski/SlovenianÖversätta till Svensk/SwedishChyfieitha at Cymraeg/Welshtercüme etmek -e doğru Türk/TurkishPrevesti to Hrvatski/CroatianПревеждам към Българин/BulgarianTraduzca al Español/SpanishTraduisez au Français/FrenchTraduca ad Italiano/ItalianTraduza ao Português/Portuguese日本語に翻訳しなさい /Japanese한국어에게 번역하십시오/Korean中文翻译/Chinese Simplifiedترجمة الى العربية/ArabicVertaal aan het Nederlands/DutchΜεταφράστε στα ελληνικά/GreekПереведите к русскому/RussianOversetter til Norsk/Norwegian中文翻译/Chinese TraditionalTraduzir a Língua portuguesa brasileira/Brazilian PortugueseReddo ut Latin/Latin

Taragana Network

»Ctrl-S
»Enterprise Blog
»Free Book on Eye Care by Natural Therapy
»Health Care Blog
»Hot Computer Jobs Blog
»Pet Care & Grooming News and Tips
»Phil Law Blog
»Taragana - Software Outsourcing
»The Angsuman Chakraborty Blog
»The Diabetes Cure Blog
»The Eye Treatment Blog
»The Stem Cell Blog
»Weblog Hosting Blog
"If A is a success in life, then A equals x plus y plus z. Work is x; y is play; and z is keeping your mouth shut." - Albert Einstein