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. 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 |
































May 5th, 2006 at 5:28 am
[...] « 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 [...]
May 5th, 2006 at 10:52 am
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.
May 5th, 2006 at 11:08 am
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
May 8th, 2006 at 1:04 am
[...] Angsuman released his Multi-Page WordPress Plugin, which “enables you to easily break your WordPress articles into multiple pages.” [...]
May 24th, 2006 at 6:03 am
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?
May 24th, 2006 at 8:16 am
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 »</p>'); ?>
<?php link_pages('<p><strong>Pages:</strong> ', '</p>', 'number'); ?>
May 28th, 2006 at 9:18 am
What file should this code go into?
May 29th, 2006 at 6:55 pm
[...] Angsuman’s Multi-Page Plugin Plugin que ativa um botao (nextpage) que possibilita a paginacao de artigos em um mesmo post. (tags: wordpress) [...]
June 2nd, 2006 at 6:56 am
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?
June 2nd, 2006 at 7:48 am
> Is it possible to unlink the “current” page nav number?
Sure. Requires some custom coding.
June 30th, 2006 at 7:49 pm
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’); ?>
July 7th, 2006 at 1:26 pm
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?
July 7th, 2006 at 3:57 pm
See this comment.
July 9th, 2006 at 6:25 pm
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.
July 9th, 2006 at 10:53 pm
Any proper theme should have it already
July 31st, 2006 at 5:39 am
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
July 31st, 2006 at 7:52 am
@Artful Lodger,
Contact me using the contact form with details for a quote.
July 31st, 2006 at 8:37 pm
HI
I sent you a mail through the contact form
Thanks
August 20th, 2006 at 10:37 am
[...] 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. [...]
August 24th, 2006 at 2:37 pm
[...] Installation instructions: on Taragana Blog [...]
August 30th, 2006 at 7:33 am
[...] Download Multi-Page Technorati Tags: multi page, plugin, series, wordpress [...]
September 3rd, 2006 at 12:55 am
[...] 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. [...]
September 12th, 2006 at 9:59 am
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
September 12th, 2006 at 12:42 pm
Refer to this comment for solution.
October 9th, 2006 at 4:20 pm
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
October 9th, 2006 at 7:34 pm
Click on the Page button in quicktags menu.
October 9th, 2006 at 10:17 pm
I do not use the visual rich editor therefor I do not have a quicktags menu. What code should I use?
October 9th, 2006 at 10:32 pm
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.
October 14th, 2006 at 10:14 am
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?
October 14th, 2006 at 10:25 am
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
October 15th, 2006 at 10:30 pm
Could this be used to pages also?
October 16th, 2006 at 3:54 am
> Could this be used to pages also?
I haven’t tried it. If WordPress supports paging of pages then my plugin will support it.
October 16th, 2006 at 4:04 am
@Michael
Check the comment above for code to insert.
> How do we ad space?
Try adding empty paragraphs or breaks.
October 17th, 2006 at 4:12 pm
Adding empty paragraphs or breaks puts in WAY too much space.
Michael
October 17th, 2006 at 4:17 pm
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==
October 24th, 2006 at 12:45 am
Hi,
your plugin is very nice, but I don’t know: it´s possible support in Dean´s FCK editor and how?
Thanks
October 24th, 2006 at 6:00 am
Yes it is possible.
October 24th, 2006 at 1:15 pm
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).
October 25th, 2006 at 4:15 pm
[...] Cette semaine, au programme : Angsuman’s Multi-Page Plugin [...]
October 25th, 2006 at 4:35 pm
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?
October 29th, 2006 at 8:00 am
[...] Angsuman’s Multi-Page Plugin: WordPress 2.x Plugin To Create Multi-Paged Articles -Simple Thoughts - Java and Web Blog [...]
March 17th, 2007 at 1:44 pm
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
March 26th, 2007 at 1:41 pm
Yes, it’s working, I add the additional code (comment #6) in index.php & home.php
May 23rd, 2007 at 6:59 pm
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?
June 23rd, 2007 at 4:35 am
Hi, nice plugin. My question is how can I modify when I want to show the page links like: . Is that possible? Thanks. Roman
June 23rd, 2007 at 4:37 am
Previous page | Next page
July 13th, 2007 at 2:59 am
Nice plugin, I want to try this
August 2nd, 2007 at 12:19 pm
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.
November 4th, 2007 at 6:08 pm
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
December 20th, 2007 at 3:37 pm
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.
January 12th, 2008 at 11:13 pm
very thanky you, its a wonderfull
January 26th, 2008 at 2:54 am
Nice plugin, I want to try this
thanks.
February 22nd, 2008 at 4:20 pm
I cannot see the icon after installing the plugin. Any suggestions?
May 9th, 2008 at 6:45 pm
[...] Angsumans Multi Page - Enables you to create multiple pages for your articles so if your article is exceptionally long you can break it up into multiple pages. [...]
May 9th, 2008 at 10:54 pm
[...] Angsumans Multi Page - Enables you to create multiple pages for your articles so if your article is exceptionally long you can break it up into multiple pages. [...]
May 10th, 2008 at 2:45 pm
this is a greatttttt plugin…. is this competible with wp 2.5?
pages navigation didnt showing on the post page.. i add page navigation code in singlepost.php which describe Angsuman.. but page navigation didnt showing… any suggestion plz…
May 10th, 2008 at 5:46 pm
[...] cevap yazmanızı sağlar Ajax Comments : Yazılan yorumlar ajax desteğiyle kısa sürede eklenir Angsuman’s Multi-Page Plugin : Yazılarınızı sayfalamanızı sağlar Audio Player : Yazılarınıza ses (müzik konuşma vs.) [...]
May 11th, 2008 at 1:05 am
[...] Angsuman’s Multi-Page: Yazılarını tek bir başlık altında değil de bir yazı dizisi olarak, birden fazla sayfa içerisinde yayınlamak istiyorsanız bu eklentiyi kullanabilirsiniz. [...]
July 24th, 2008 at 1:00 pm
[...] 115 © Angsuman’s Multi-Page Plugin Yazılarınızı sayfalara bölebilmenizi sağlar. Link [...]
July 24th, 2008 at 6:18 pm
[...] Angsuman’s Multi-Page Plugin - Quando um post é muito extenso, divido-o em páginas para que não sobrecarregue ou desequilibre o blogue. O plugin que possibilita essa paginação é este. Para mim é uma solução mais «elegante» do que a solução «Continue a ler» ou «Leia mais», embora tenha o inconveniente de a mudança de página não ser visível a quem acompanha pelo feed. Pessoalmente não quero saber. Querem ler tudo, venham cá - não ficam a transpirar por causa disso. [...]
July 25th, 2008 at 2:55 am
If anybody is reading this in mid-2008, like me, you need to know that the button mentioned won’t appear on the toolbar in WP 2.6.
It still works but you’ll need to add the following to the HTML view of the posting. Add it where you want the page breaks to be:
In case that gets mangled (you probably won’t be able to cut and paste it because this blog will format it wrongly), here it is “spelled out”
Left angle bracket
Exclamation point
dash
dash
nextpage
dash
dash
right angle bracket
September 11th, 2008 at 7:37 pm
Lidos,
respondidos e
apagados
October 14th, 2008 at 2:47 am
The plugin doe snot work on wordpress 2.6.2, but if you press alt - shift - p (on a mac at least) it inserts the page break for you.
November 27th, 2008 at 9:07 am
Wow!! It’s getting better and better. Keep it up man.,
November 27th, 2008 at 2:16 pm
Excellent site!,
December 21st, 2008 at 12:07 pm
Hi
Great plugin and specially usefull for larger report publishers like myself …
but … it would be soooo nice to insert directly in my Word 2007 report before publishing.
What tags does the plugin read? Would it be possible to read from Word Headers (Heading 1 or 2 user selectable) and split long reports by Chapter instead of scrolling all the way through the visual editors?
Regards
Theo
December 31st, 2008 at 11:43 am
I installed the plugin for use in the newest version of WP (I think 2.7 or something like that). I have no quick tags menu and do not know how to get it to show. I have no brick icon come up and do not know where it is. I tried inserting the next page code directly into the html view and it successfully breaks the page, but when I go to the next page, the text starts at the beginning again instead of where I inserting the code to break the page. HELP!! I am so frustrated.