Title: Custom Query with WP_Comment_Query
Last modified: August 21, 2016

---

# Custom Query with WP_Comment_Query

 *  [kevin](https://wordpress.org/support/users/k-win/)
 * (@k-win)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/custom-query-with-wp_comment_query/)
 * Hey Pippin,
    i was looking at the [WP_Comment_Query page](http://codex.wordpress.org/Class_Reference/WP_Comment_Query)
   in the codex and it doesn’t seem to have an option to paginate the query like
   we could do with wp_query.
 * Any idea on that? The idea would be to list all of the featured comments and 
   have a pagination with something like 10 comments per page.
 * Thanks
 * [http://wordpress.org/extend/plugins/feature-comments/](http://wordpress.org/extend/plugins/feature-comments/)

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [Pippin Williamson](https://wordpress.org/support/users/mordauk/)
 * (@mordauk)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/custom-query-with-wp_comment_query/#post-3932829)
 * You have to use the `offset` and `number` parameters.
 * `offset` is the number of items to skip.

Viewing 1 replies (of 1 total)

The topic ‘Custom Query with WP_Comment_Query’ is closed to new replies.

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

 * 1 reply
 * 2 participants
 * Last reply from: [Pippin Williamson](https://wordpress.org/support/users/mordauk/)
 * Last activity: [12 years, 11 months ago](https://wordpress.org/support/topic/custom-query-with-wp_comment_query/#post-3932829)
 * Status: not resolved