Hi There,
I have selected all the correct boxes in settings>discussion and have enabled comments on many pages and they will not show up!
An example here: http://www.coastermob.co.uk/?page_id=129
Please help!
Hi There,
I have selected all the correct boxes in settings>discussion and have enabled comments on many pages and they will not show up!
An example here: http://www.coastermob.co.uk/?page_id=129
Please help!
Check that your page.php file inside your themes folder in wp-content contains a call to:
<?php comments_template(); ?>
There is no page.php there is comments-paged. But it doesn't contatin: <?php comments_template(); ?>
Help?
comments have to be included in your theme to display. So..depending on where on your site you are referencing that could be index.php, page.php, single.php
<?php comments_template(); ?> should be there, or <?php comments_popup(); ?>
if not you've got to put it in where you want the comments....
in which case youll wanna check this out for info on theme development
This topic has been closed to new replies.