Quote:
Originally Posted by Lynne
Can we get a link to the page? And what do you mean the "pagination works" but then you say the "pagination navigation does not show"?
|
Thanks for your reply Lynne, turns out it does work; what was happening was since I have more than one page using pagination I was using $pagenav and $perpage in both so it was causing some sort of variable overlap if you will. I simply added a 2 to each variable to differentiate them and they both work fine now. For future reference if anyone has any trouble with adding custom pagination to more than one page be sure to use unique variables for $pagenav and $perpage (all throught your code). I do apologize for the waste of thread.
P.S. What I meant before was that the content was being reduced down to the $perpage variable but the actual navigation of the pagination was not showig.