This plugin handles the pagination with a much more organized way in your single.php and page.php.
/wp-content/plugins/number-my-post-pages-plugin directory<?php mysinglepages(wp_link_pages(array('before' => '', 'after' => '', 'next_or_number' => 'number','echo' => '0'))); ?> in your single.php and page.phpYou need to have page tags <!--nextpage--> in your post otherwise it will show only 1 page link.
Requires: 2.0.0 or higher
Compatible up to: 2.9.2
Last Updated: 2010-5-8
Downloads: 10,642
Got something to say? Need help?