Title: wrxbuzz's Replies | WordPress.org

---

# wrxbuzz

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Pagination Problem](https://wordpress.org/support/topic/pagination-problem-78/)
 *  Thread Starter [wrxbuzz](https://wordpress.org/support/users/wrxbuzz/)
 * (@wrxbuzz)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/pagination-problem-78/#post-7508052)
 * Self-Solved!
 * I replaced:
 *     ```
       'base'            => get_pagenum_link(1) . '%_%',
           'format'          => 'page/%#%',
           'total'           => $numpages,
           'current'         => $paged,
       ```
   
 * With:
 *     ```
       'base' => str_replace( $big, '%#%', esc_url( get_pagenum_link( $big ) ) ),
           'format' => '?paged=%#%',
           'total' => $numpages,
           'current' => $paged,
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WC Custom Query Pagination Problem](https://wordpress.org/support/topic/wc-custom-query-pagination-problem/)
 *  Thread Starter [wrxbuzz](https://wordpress.org/support/users/wrxbuzz/)
 * (@wrxbuzz)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/wc-custom-query-pagination-problem/#post-7507473)
 * Ok I’ll try there. Thanks!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Search results pagination 404 error](https://wordpress.org/support/topic/search-results-pagination-404-error/)
 *  Thread Starter [wrxbuzz](https://wordpress.org/support/users/wrxbuzz/)
 * (@wrxbuzz)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/search-results-pagination-404-error/#post-7503769)
 * Self-Solved. Ok after reading the [master list](https://wordpress.org/support/topic/read-this-first-wordpress-45-master-list)*
   grin* and disabling all plugins, the problem vanished. Now I have to figure out
   which plugin caused it.

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