Title: pagination bug
Last modified: August 21, 2016

---

# pagination bug

 *  Resolved [giubilo](https://wordpress.org/support/users/giubilo/)
 * (@giubilo)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/pagination-bug-2/)
 * Hi,
    I have a problem with the pagination of the filterer results. I have in 
   left sidebar 3 attributes that I can filter and everything it’s ok. The problem
   is if I click in the next page link because it lost the parameters of my filters.
   If i analize the link href I can see that there aren’t the parameters. (&filter_size
   = doesn’t appear). I think it happens because my pagination box not refresh as
   the product box, because if I now reload the page i can see the filter correctly.
 * How can I do?
    Any ideas?
 * [https://wordpress.org/plugins/yith-woocommerce-ajax-navigation/](https://wordpress.org/plugins/yith-woocommerce-ajax-navigation/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [giubilo](https://wordpress.org/support/users/giubilo/)
 * (@giubilo)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/pagination-bug-2/#post-4921610)
 * I answer myself…
    I have moved the pagination code in woocommerce page archive-
   product.php inside the `<ul>`. In this way every time I do an attribute selection
   it reloads and everything it’s ok!
 * Great Plugin!!!!
 *     ```
       <ul class="products">
       <?php		do_action( 'woocommerce_pagination' ); ?>
       				<?php woocommerce_product_subcategories(); ?>
       				<?php while ( have_posts() ) : the_post(); ?>
   
       					<?php woocommerce_get_template_part( 'content', 'product' ); ?>
   
       				<?php endwhile; // end of the loop. ?>
       <?php		do_action( 'woocommerce_pagination' ); ?>
       			</ul>
       ```
   
 * _[Moderator Note: Please post code & markup between backticks or use the code
   button. Your posted code may now have been permanently damaged by the forum’s
   parser.]_

Viewing 1 replies (of 1 total)

The topic ‘pagination bug’ is closed to new replies.

 * ![](https://ps.w.org/yith-woocommerce-ajax-navigation/assets/icon-256x256.gif?
   rev=3129944)
 * [YITH WooCommerce Ajax Product Filter](https://wordpress.org/plugins/yith-woocommerce-ajax-navigation/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/yith-woocommerce-ajax-navigation/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/yith-woocommerce-ajax-navigation/)
 * [Active Topics](https://wordpress.org/support/plugin/yith-woocommerce-ajax-navigation/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/yith-woocommerce-ajax-navigation/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/yith-woocommerce-ajax-navigation/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [giubilo](https://wordpress.org/support/users/giubilo/)
 * Last activity: [12 years, 1 month ago](https://wordpress.org/support/topic/pagination-bug-2/#post-4921610)
 * Status: resolved