Wordpress: How to display posts that have at least one comment?

Posted by Keith Donegan on Stack Overflow See other posts from Stack Overflow or by Keith Donegan
Published on 2010-05-13T06:04:01Z Indexed on 2010/05/13 6:14 UTC
Read the original article Hit count: 253

Filed under:
|

I have been pulling my hair out for the past 3 hours!!

Does anybody have any idea on how to show posts in wordpress that have at least one comment?

The below code uses orderby=comment_count and it does work, but it still display other posts that have no comments too :(

<?php $home_loop= new WP_Query("cat=-182,-183&showposts=10&paged=$paged&orderby=comment_count&order=DESC"); ?>

© Stack Overflow or respective owner

Related posts about Wordpress

Related posts about comments