I want to show Popular posts but I want it to be random posts with 20 or more comments.
I have this query:
$popular = new WP_Query('orderby=rand&posts_per_page=5')
But I don't know how to include the comments to be >=20. Any help?
I want to show Popular posts but I want it to be random posts with 20 or more comments.
I have this query:
$popular = new WP_Query('orderby=rand&posts_per_page=5')
But I don't know how to include the comments to be >=20. Any help?
This topic has been closed to new replies.