Title: dali88's Replies | WordPress.org

---

# dali88

  [  ](https://wordpress.org/support/users/dali88/)

 *   [Profile](https://wordpress.org/support/users/dali88/)
 *   [Topics Started](https://wordpress.org/support/users/dali88/topics/)
 *   [Replies Created](https://wordpress.org/support/users/dali88/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/dali88/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/dali88/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/dali88/engagements/)
 *   [Favorites](https://wordpress.org/support/users/dali88/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Taxonomy Pagination second page – 404 not found](https://wordpress.org/support/topic/taxonomy-pagination-second-page-404-not-found/)
 *  Thread Starter [dali88](https://wordpress.org/support/users/dali88/)
 * (@dali88)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/taxonomy-pagination-second-page-404-not-found/#post-2289424)
 * 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](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.

Viewing 1 replies (of 1 total)