I need to display all the comments without having to click on the Comments link to show them. I have version 2.9.1. Here is a link to the page: http://collegejobcoach.com/blog/
Thanks for any help.
I need to display all the comments without having to click on the Comments link to show them. I have version 2.9.1. Here is a link to the page: http://collegejobcoach.com/blog/
Thanks for any help.
try to add
<?php
$withcomments = 1; // force comments form and comments to show also on front page
?>
to index.php, before the line with comments_template();
This topic has been closed to new replies.