I recently came to realize that WordPress allows one post to have muliple pages by simply adding the code <!--nextpage--> in your post. If your template includes the ‘link_pages’ or ‘wp_link_pages’ function, it will stop the post at that point, and place navigation there for the other pages. I liked the way MSN.com articles have their multi-page navigation, and wanted to do the same with my blogs, but the built in ‘link_pages’ function couldn’t do it for a couple reasons, so I modified it to my liking. I’ve divided this post into a number of short pages so you can see how it can be used, though their are many ways to use it, especially in combination with the original ‘link_pages’ function.
Note: Tested with Wordpress versions up to and including 2.3
Size: 0,98 kBytes
FileType: .zip-File
Edited on 03. Mar 2007 - 15:57 h
Downloads: 390
Free for visitors
The main thing that needed to be added was the abilty to specify a ’separator’, a symbol between the page numbers like a comma or a vertical bar. The base ‘link_pages’ does do ‘next/prev’ links, but not in combination with the numbers, so that was the next addition, to have page numbers flanked by next/prev links. Finally, MSN has a ‘Continued’ link just above the page numbers, but only on the first page, to catch the readers attention that their are more pages, so I added this as well.
Description
Displays page-links for paginated posts (i.e. includes the <!--nextpage--> Quicktag one or more times). This tag must be within The_Loop.



14 responses so far ↓
JPF Link Pages Plugin for Wordpress « Digged Stories
Sep 14, 2006 at 12:06 am
[...] read more | digg story [...]
WordPress New Plugins & Themes » Blog Archive » JPF Link Pages 1.0
Sep 15, 2006 at 12:22 am
[...] [Download] [Plugin Page] [...]
WordPress Plugins Feature for September | blogHelper
Sep 15, 2006 at 12:02 pm
[...] JPF Link Pages PluginAs a simple extension to the link_pages or wp_link_pages function, this plugin allows you to place both next/previous links and page numbers together - something WP’s default functions don’t allow… yet (I hope). [...]
rika
Sep 18, 2006 at 9:56 pm
Hi Joe..
I just installed your quotes widget (and I reallly love it, kudos to you!)
Somehow, the image is dissapear. Could you tell me what’s wrong?
i changed the permission of the image files, but it still wont work.
Before, i used your joequotes plugin and it worked 100%.
thanks!
Cyrus
Nov 17, 2006 at 10:10 am
Does anyone know the name of the wordpress plugin that creates a list of your posts in a category instead of just displaying them one after the other? I want it so that when someone clicks on a category they just get a list of posts from that category.
I'm sure Ive seen one…and sifting through the WP site is a nightmare
Joe
Nov 17, 2006 at 4:14 pm
I use Fold Category List (www.webspaceworks.com/resources/cat/wp-plugins/31/), which collapses the menus, and clicking on a category lists all posts in that category, including sub-categories.
Darren
Dec 12, 2006 at 2:26 pm
What I want to do on my blog, is every few hours take the oldest post and move it to the
front of the queue, all automatically. Anyone know if there is a plugin that can do this or
a simple way to set up another plugin to do this (use my own feed perhaps)?
Thanks.
Joe
Feb 25, 2007 at 3:11 pm
This plugin does work with WordPress 2.1
J.B.
Apr 3, 2007 at 3:51 pm
Great plugin, Joe!
Is there a way to highlite the current page you are on (Digg-like navigation)?
WP Plugins DB » Blog Archive » JPF Link Pages
May 20, 2007 at 1:35 am
[...] Visit [...]
VirtuallyYours.com » Blog Archive » My Top Ten WordPress Plug-ins
Sep 24, 2007 at 10:26 pm
[...] JPF Link Pages is an interesting plug-in. It lets you break up long articles into a series of pages with next, previous, and numbered links placed at the bottom of each post. Break those long articles into easily readable chunks and maximize your search engine mileage. Available from http://sojoe.info/2006/09/13/jpf-link-pages/1/. [...]
VirtuallyYours.com » Blog Archive » My Top Ten WordPress Plugins
Sep 25, 2007 at 6:45 pm
[...] JPF Link Pages is an interesting plugin. It lets you break up long articles into a series of pages with next, previous, and numbered links placed at the bottom of each post. Break those long articles into easily readable chunks and maximize your search engine mileage. Available from http://sojoe.info/2006/09/13/jpf-link-pages/1/. [...]
My Top 10 WordPress Plugins : Course Train
Sep 26, 2007 at 10:17 pm
[...] JPF Link Pages is an interesting plugin. It lets you break up long articles into a series of pages with next, previous, and numbered links placed at the bottom of each post. Break those long articles into easily readable chunks and maximize your search engine mileage. Available from http://sojoe.info/2006/09/13/jpf-link-pages/1/. [...]
Andy
Apr 26, 2008 at 9:39 am
I found a work around for if you’re using non-standard permalinks.
Here’s what my permalinks look like “http://blackandwhiteprogram.com/report/patent-reform-act-of-2007-part-2/1″
The next and previous buttons weren’t functioning because the “/” wasn’t being put in.
Here is the “Prev” line in the source -
“echo ‘‘.$previouspagelink.’‘;”
I modified it to look like this “echo ‘‘.$previouspagelink.’‘;”
Leave a Comment