Thread Starter
dali88
(@dali88)
Unfornatelly i had to find to solution by myself because nobody answered… You just need to remove the parameter “posts_per_page”, that was the problem, the taxonomy pagination only works when you are using the default posts_per_page defined in WP backoffice. And I used the kressi pagination ( http://www.kriesi.at/archives/how-to-build-a-wordpress-post-pagination-without-plugin ), but this wasn’t a problem, you can use any plugin for pagination, although I recommend the kresi pagination, is just a function that you can paste into your functions file. And don’t forget to reset the query after calling the kresi_pagination() or other plugin pagination function. Why use a plugin for everything?
Hope this fixed your problem too.