Trying to get rid of Comments
-
Hey there,
The blog I am setting up is going to function without the comment feature. I have been working my way through the WordPress support posts on this issue, and have been doing what was recommended, but I still have a problem.
If you go to https://www.sin-eater.com and click on the title of the default post, you arrive at a page where you can leave a comment. *sigh*
So what have I done already?
a€¢ I have removed “wp-comments-post.php”
a€¢ I have gone into Admin > Options > Discussion > and un clicked Allow people to post comments on the article
a€¢ I have done the folowing:
1. In index.php, remove all this:
<div class=”feedback”>
<?php wp_link_pages(); ?>
<?php comments_popup_link(__(‘Comments (0)’), __(‘Comments (1)’), __(‘Comments (%)’)); ?>
</div><!–
<?php trackback_rdf(); ?>
–><?php include(ABSPATH . ‘wp-comments.php’); ?>
I have mangaged to remove the links for comments, but this one last problem has me confused.
Thanks ahead of time!
- The topic ‘Trying to get rid of Comments’ is closed to new replies.