The Custom Pagination plugin allows a user to insert custom next, previous or numbered page links into a post.
custom-pagination directory into your /wp-content/plugins/ directory custom-pagination.zip), use the 'Plugins' > 'Add New' section of WordPress to upload itDone.
Actually, if you wish to use WordPress pagination when there is no Custom Pagination on a page, you may use the following PHP code:
// inside single.php
// displays the standard pagination when no custom pagination link is found
if ( ! cp_link_found() )
wp_link_pages(array('next_or_number' => 'next', 'nextpagelink'=>'Next page »', 'previouspagelink'=>'« Previous page'));
Requires: 2.8 or higher
Compatible up to: 2.8
Last Updated: 2009-8-25
Downloads: 1,986
Got something to say? Need help?