Title: pagination
Last modified: June 25, 2022

---

# pagination

 *  Resolved [deelance29963](https://wordpress.org/support/users/deelance29963/)
 * (@deelance29963)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/pagination-474/)
 * How can I remove your bagged pagination? There is no pagination at all on my 
   site, the products go to the list, and only your plugin creates pagination (when
   selecting filters)
 *     ```
       add_filter('pre_get_posts', function($query) {
           if ( ! is_admin() ) $query->set('posts_per_page', '99');
           return $query;
       });
       ```
   
    -  This topic was modified 3 years, 10 months ago by [deelance29963](https://wordpress.org/support/users/deelance29963/).

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

 *  Thread Starter [deelance29963](https://wordpress.org/support/users/deelance29963/)
 * (@deelance29963)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/pagination-474/#post-15770671)
 * Стоп, так у вас же уже есть такие настройки :O Блин, простите за мой дизмораль,
   всё поправил)
 *  Plugin Support [mediawebster](https://wordpress.org/support/users/mediawebster/)
 * (@mediawebster)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/pagination-474/#post-15773754)
 * Здравствуйте
 * Ok! Отлично!

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

The topic ‘pagination’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce-products-filter/assets/icon-256x256.png?rev=
   2844301)
 * [HUSKY - Products Filter Professional for WooCommerce](https://wordpress.org/plugins/woocommerce-products-filter/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce-products-filter/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-products-filter/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-products-filter/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-products-filter/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-products-filter/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [mediawebster](https://wordpress.org/support/users/mediawebster/)
 * Last activity: [3 years, 10 months ago](https://wordpress.org/support/topic/pagination-474/#post-15773754)
 * Status: resolved