Forums
Forums / Fixing WordPress / Need to show all comments
(@dcooper)
15 years, 11 months ago
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.
(@alchymyth)
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();
comments_template();
The topic ‘Need to show all comments’ is closed to new replies.
(@dcooper)
15 years, 11 months ago
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.