Title: Pagination Error
Last modified: August 2, 2018

---

# Pagination Error

 *  [linrakesh](https://wordpress.org/support/users/linrakesh/)
 * (@linrakesh)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/pagination-error-17/)
 * Its working very fine for filtering the values but when we click on next page
   it show 404 error msg. Besides all my efforts I am not able to resolve this issue.
 * If we do not filter the data then pagination works fine.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fpagination-error-17%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 9 replies - 1 through 9 (of 9 total)

 *  [bward](https://wordpress.org/support/users/bward/)
 * (@bward)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/pagination-error-17/#post-10560827)
 * Linrakesh, we are experiencing the same thing with version 2.4.1 on our Dev site.
 *  [JP Stilts](https://wordpress.org/support/users/jp-stilts/)
 * (@jp-stilts)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/pagination-error-17/#post-10562739)
 * It’s happening on our live site!
 *  [bward](https://wordpress.org/support/users/bward/)
 * (@bward)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/pagination-error-17/#post-10563398)
 * Jonathan, I just found this issue partly using 2.3.7.
 * We can paginate to:
 * [https://worldeventsandthebible.com/bible-questions/archive/resource/featured](https://worldeventsandthebible.com/bible-questions/archive/resource/featured)
 * However, if we try navigating to:
 * [https://worldeventsandthebible.com/bible-questions/archive/resource/featured/page/2](https://worldeventsandthebible.com/bible-questions/archive/resource/featured/page/2)
 * The page 404s.
 * We can however navigate to
 * [https://worldeventsandthebible.com/bible-questions/archive](https://worldeventsandthebible.com/bible-questions/archive)
 * and paginate to
 * [https://worldeventsandthebible.com/bible-questions/archive/page/2](https://worldeventsandthebible.com/bible-questions/archive/page/2)
 * So it seems when the taxonomy is added it breaks for version 2.3.7. Hopefully
   this will help you with the fix. Not sure how I managed to miss that during testing
   as this is on our live site.
 *  [abaldwin7](https://wordpress.org/support/users/abaldwin7/)
 * (@abaldwin7)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/pagination-error-17/#post-10564512)
 * Having the same issue. Thanks!
 *  [paulconceptad](https://wordpress.org/support/users/paulconceptad/)
 * (@paulconceptad)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/pagination-error-17/#post-10574676)
 * I too am having the same issue.
 * The default archive page works fine: [https://www.startingroup.co.uk/offers/](https://www.startingroup.co.uk/offers/)
 * However, as soon as a filter is applied, the pagination breaks, causing an issue
   with my infinite scroll. [https://www.startingroup.co.uk/offers/brand/honda/](https://www.startingroup.co.uk/offers/brand/honda/)
 * This worked fine until the update was made this week.
 *  [fabianlindfors](https://wordpress.org/support/users/fabianlindfors/)
 * (@fabianlindfors)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/pagination-error-17/#post-10578180)
 * I think I’ve found the cause of this issue. The pagination rewrite rule is missing
   a leading slash which is why the default `.../page/:num` won’t match.
 * You can patch this by editing file `beautiful-taxonomy-filters/admin/class-beautiful-
   taxonomy-filters-rewrite-rules.php`. At line 72, change `$new_paged_rewrite_rule
   = $new_rewrite_rule . 'page/([0-9]{1,})';` to `$new_paged_rewrite_rule = $new_rewrite_rule.'/
   page/([0-9]{1,})';`.
 * After changing, don’t forget to flush the rewrite rules by going to the BTF settings
   page and clicking on “Save changes”.
 * Hope this helps!
 *  [abaldwin7](https://wordpress.org/support/users/abaldwin7/)
 * (@abaldwin7)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/pagination-error-17/#post-10579843)
 * [@fabianlindfors](https://wordpress.org/support/users/fabianlindfors/) for the
   win! Solved my issue right away. Thank you!
 *  Plugin Author [Jonathandejong](https://wordpress.org/support/users/jonathandejong/)
 * (@jonathandejong)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/pagination-error-17/#post-10580150)
 * Hey!
 * Thank you for the fix Fabian!
    I’ve pushed out version 2.4.2 with this fix!
 * Apologies for being a bit distant. I’m in the middle of a house renovation project
   🙂
 *  [JP Stilts](https://wordpress.org/support/users/jp-stilts/)
 * (@jp-stilts)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/pagination-error-17/#post-10581255)
 * Thank you [@fabianlindfors](https://wordpress.org/support/users/fabianlindfors/)
   for the fix and thank you [@jonathandejong](https://wordpress.org/support/users/jonathandejong/)
   for the great plugin.

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Pagination Error’ is closed to new replies.

 * ![](https://ps.w.org/beautiful-taxonomy-filters/assets/icon-256x256.png?rev=1654967)
 * [Beautiful taxonomy filters](https://wordpress.org/plugins/beautiful-taxonomy-filters/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/beautiful-taxonomy-filters/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/beautiful-taxonomy-filters/)
 * [Active Topics](https://wordpress.org/support/plugin/beautiful-taxonomy-filters/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/beautiful-taxonomy-filters/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/beautiful-taxonomy-filters/reviews/)

## Tags

 * [pagination error](https://wordpress.org/support/topic-tag/pagination-error/)

 * 9 replies
 * 7 participants
 * Last reply from: [JP Stilts](https://wordpress.org/support/users/jp-stilts/)
 * Last activity: [7 years, 8 months ago](https://wordpress.org/support/topic/pagination-error-17/#post-10581255)
 * Status: not resolved