Something is happening to my comments–although the code calls for the comments code, it somehow isn’t making it onto the post. The snippet of code as it was– <?php comment_template(); ?> –made my right sidebar and the footer disappear. Changing this to <?php include ('comment_template.php'); ?> brought the sidebar and footer back, but the comments still don’t display. Any help will be greatly appreciated!
Okay. I have gotten comments to display by just replacing comments.php from a different theme. Now, though, my comment moderation settings seem to have no effect.
Viewing 1 replies (of 1 total)
The topic ‘Comments on posts don’t display’ is closed to new replies.
(@erisdiscordia)
18 years ago
http://blogs.library.msstate.edu/web2summit/?p=30
Something is happening to my comments–although the code calls for the comments code, it somehow isn’t making it onto the post. The snippet of code as it was–
<?php comment_template(); ?>–made my right sidebar and the footer disappear. Changing this to<?php include ('comment_template.php'); ?>brought the sidebar and footer back, but the comments still don’t display. Any help will be greatly appreciated!