Title: [Plugin: Filter By Comments] Pagination breaks
Last modified: August 20, 2016

---

# [Plugin: Filter By Comments] Pagination breaks

 *  Resolved [seand11](https://wordpress.org/support/users/seand11/)
 * (@seand11)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-filter-by-comments-pagination-breaks/)
 * Working great for the front page but when visiting other pages from the pagination,
   the front page is loaded again.
 * Great idea for a module, thanks for sharing. 🙂
 * [http://wordpress.org/extend/plugins/filter-by-comments/](http://wordpress.org/extend/plugins/filter-by-comments/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [seand11](https://wordpress.org/support/users/seand11/)
 * (@seand11)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-filter-by-comments-pagination-breaks/#post-2654730)
 * Resolved:
 *     ```
       global $paged;
       query_posts(array('orderby_last_activity' => 1, 'paged' => $paged));
       ```
   
 * Apparently, paged needs to be passed to query_posts. This helped:
    [http://scribu.net/wordpress/wp-pagenavi/right-way-to-use-query_posts.html](http://scribu.net/wordpress/wp-pagenavi/right-way-to-use-query_posts.html)

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Filter By Comments] Pagination breaks’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/filter-by-comments.svg)
 * [Filter By Comments](https://wordpress.org/plugins/filter-by-comments/)
 * [Support Threads](https://wordpress.org/support/plugin/filter-by-comments/)
 * [Active Topics](https://wordpress.org/support/plugin/filter-by-comments/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/filter-by-comments/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/filter-by-comments/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [seand11](https://wordpress.org/support/users/seand11/)
 * Last activity: [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-filter-by-comments-pagination-breaks/#post-2654730)
 * Status: resolved