what did you edit?
If you want all commenting gone, you need to check all your templates…
index.php, page.php, single.php, etc
And remove the comment code which could look like:
<?php comments_popup_link('ADD COMMENTS', '1 COMMENT', '% COMMENTS'); ?>
or
<?php comments_template(); ?>
or similar
This is the code I have in single.php. I dont see where the comments are coming from.
[Code moderated as per the Forum Rules. Please use the pastebin]
Seeme like you have edited the things I said (remove <?php here ?> what is that?
Do you still get comments after what I said?
I did what Ii told you on my localhost WP and it woeks just like I said. Read my first post once more. For you here is my single.php
[Code moderated as per the Forum Rules. Please use the pastebin]
I am still getting the comment box on my pages. The index page does not show the comments, but the other pages are still showing them. Is there a way to edit them out of the other pages?
WTF..Why is the forum moderating so strictly. BTW john I did get the comment removed from all pages. You need to remove the code I mentioned from “Index.php”, “Single.php”, and all other files which are used to show posts or pages.
(@john512777)
16 years, 2 months ago
I am building a site and would like to remove all instances of comments, and the message “No Comment”. The site is at http:/thepowerpint.com I am running the Aesthete 1.2.1 theme. I have tried and tried to edit this code and have had no luck.