Examples
Default Usage
<?php link_pages(); ?>
Displays page-links by default with line breaks before and after, and a bold | as a separator.
Combo and First Page Links
The code I use on my pages:
<?php jpf_link_pages('', '', '', 'next', 'CONTINUED'); ?>
<hr>
<?php jpf_link_pages('', '<b>|</b>', '', 'combo', 'Next >', '< Prev'); ?>
The first line uses the plugin simply to create a link on the first page only that draws attention to the reader that this is a multipage post. I don’t use anything special before or after, and a separator is not needed (ignored if provided). ‘Next’ indicates to use the next on first page only mode, and ‘CONTINUED’ is the text I want displayed.
The second line is simply a horizontal rule.
The third line uses the plugin again but this time in ‘combo’ mode, which includes numbers with next/prev links. I don’t use anything special before or after, but I use a bold ‘|’ as the separator. ‘Combo’ is the mode, ‘Next >’ and ‘< Prev’ is the text I want displayed for the next/prev links.






September 14th, 2006 at 12:06 am
[...] read more | digg story [...]
September 15th, 2006 at 12:22 am
[...] [Download] [Plugin Page] [...]
September 15th, 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). [...]
September 18th, 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!
November 17th, 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
November 17th, 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.
December 12th, 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.
February 25th, 2007 at 3:11 pm
This plugin does work with WordPress 2.1
April 3rd, 2007 at 3:51 pm
Great plugin, Joe!
Is there a way to highlite the current page you are on (Digg-like navigation)?
May 20th, 2007 at 1:35 am
[...] Visit [...]
September 24th, 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/. [...]
September 25th, 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/. [...]
September 26th, 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/. [...]
April 26th, 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.’‘;”