How do I get the comments to show up on the main page?
-
I’m trying to get the comments to show up on the main page but I’m having problems.
<?php $withcomments = 1; comments_template(); ?>
I’ve put the above in my index.php file. The comment box appears but for some reason the comments do not. Apparently this code is meant to make both the comments and comment box appear so I’m a little confused at why the comments aren’t showing up. Does anyone have any solutions?
- The topic ‘How do I get the comments to show up on the main page?’ is closed to new replies.