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(); ?>
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(); ?>