Show comments on wordpress home page
Try this before the <?php endwhile; ?>
of the loop in loop.php:
<?php
$withcomments = "1";
comments_template();
?>
Try this before the <?php endwhile; ?>
of the loop in loop.php:
<?php
$withcomments = "1";
comments_template();
?>