Thread Starter
T3Kaos
(@t3kaos)
I checked these however it doesn’t say how to implement it in a normal template.
how to implement it in a normal template.
what is a normal template?
are you trying to add ‘wp-pagenavi’ to a page template?
or to an archive page?
can you describe in more detail what you want to paginate?
Thread Starter
T3Kaos
(@t3kaos)
I’m trying to get http://samkinggroupsl.com/estore/products/cannon/consumables/cartridges/inkjet-cartridges-p1 to show up with next and previous pages and the number of pages below so that you can jump in between them.
from looking at the links as they are now, it seems that your theme is using some custom way of jumping from one page to the next.
can you locate and post the code of the existing pagination here ? (please use the http://pastebin.com/ for any code longer than 10 lines – see http://codex.wordpress.org/Forum_Welcome#Posting_Code )
Thread Starter
T3Kaos
(@t3kaos)
It currently uses the ‘Next Page Plugin’ by Stephanie Leary (http://sillybean.net/code/wordpress/next-page/) but its very limited and doesn’t handle pagination properly.
It currently uses the ‘Next Page Plugin’
does this mean that each .../inkjet-cartridges-p1, and .../inkjet-cartridges-p2, etc are individual pages (as in static page)?
in this case, ‘wp-pagenavi’ will probably not work.
I am not aware of a plugin that will show a range of pages as links in form of a row of numbers.
Thread Starter
T3Kaos
(@t3kaos)
So…how do I automatically paginate using wp-pagenavi?
how do I automatically paginate using wp-pagenavi
you would typically use a query with a limit on ‘posts_per_page’, for which wordpress would generate follow-pages (not to be confused with static pages) and append /page/2 to the permalink.