At all ? Forever ?
Delete
<?php comments_template(); ?>
from index.php
Delete the file wp-comments.php and wp-commentspopup.php (if you have it)
In Options, check the box about people being allowed to comment.
Hey..
My index.php file contains only the following text :
<?php
/* Short and sweet */
define(‘WP_USE_THEMES’, true);
require(‘./wp-blog-header.php’);
?>
What about it now?
Check the index.php in your theme’s directory instead.
(/blog/wp-content/themes/yourThemeName/)
Well , and it works , (i.e. user cant comment ) but still, when i write some post, then it shows ” Comments (0)”
Is there anyway that i could remove this also ?
Look again, at your theme’s index.php page. Towards the end of the loop, you’ll see some code related to comments. You might wish to remove it (make a backup of the file first!) or comment that out.
Similarily, you’ll probably need to do similar in page.php.