Getting Post Comments for post ID using WP_Query() and a Custom Loop?

To be able to use the comments template in your loops, add

global $withcomments; $withcomments = true;

Leave a Comment