January 27th, 2011 by

This is a code snippet that allows you to display comments below each post on index pages or any other archive page. Just paste it in the loop in the appropriate file (index.php, archive.php etc).

<?php
  $withcomments = "1";
  comments_template();
?>

Leave a Reply