Title: Feature Request: With &amp; without comments
Last modified: June 5, 2019

---

# Feature Request: With & without comments

 *  Resolved [gamewyrd](https://wordpress.org/support/users/gamewyrd/)
 * (@gamewyrd)
 * [7 years ago](https://wordpress.org/support/topic/feature-request-with-without-comments/)
 * I would love to be able to randomly redirect to posts that;
    - Have no comments
    - Have comments
    - Have < x comments
    - Have > x comments

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

 *  Plugin Author [Christoph](https://wordpress.org/support/users/camthor/)
 * (@camthor)
 * [7 years ago](https://wordpress.org/support/topic/feature-request-with-without-comments/#post-11607510)
 * Technically probably [possible](https://codex.wordpress.org/Class_Reference/WP_Query#Comment_Parameters).
   I will take a look.
 *  Plugin Author [Christoph](https://wordpress.org/support/users/camthor/)
 * (@camthor)
 * [7 years ago](https://wordpress.org/support/topic/feature-request-with-without-comments/#post-11608661)
 * In version 0.12.0:
    - Have no comments: `comment_count=0`
    - Have comments: `comment_count_min=1` or `comment_count=-0`
    - Have <= x comments: `comment_count_max=x`
    - Have >= x comments: `comment_count_min=x`
 *  Thread Starter [gamewyrd](https://wordpress.org/support/users/gamewyrd/)
 * (@gamewyrd)
 * [7 years ago](https://wordpress.org/support/topic/feature-request-with-without-comments/#post-11608995)
 * That’s absolutely amazing. Thank you!

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

The topic ‘Feature Request: With & without comments’ is closed to new replies.

 * ![](https://ps.w.org/redirect-url-to-post/assets/icon-256x256.png?rev=1742449)
 * [Random Post Plugin - Redirect URL to Post](https://wordpress.org/plugins/redirect-url-to-post/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/redirect-url-to-post/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/redirect-url-to-post/)
 * [Active Topics](https://wordpress.org/support/plugin/redirect-url-to-post/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/redirect-url-to-post/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/redirect-url-to-post/reviews/)

## Tags

 * [Comments](https://wordpress.org/support/topic-tag/comments/)
 * [requests](https://wordpress.org/support/topic-tag/requests/)

 * 3 replies
 * 2 participants
 * Last reply from: [gamewyrd](https://wordpress.org/support/users/gamewyrd/)
 * Last activity: [7 years ago](https://wordpress.org/support/topic/feature-request-with-without-comments/#post-11608995)
 * Status: resolved