Delete Comment Box in Coraline
-
I just got the upgrade for the Coraline theme and am searching for a page.php or anything to delete the “leave a reply” box that appears at the bottom of every page. Help!
The blog I need help with is: (visible only to logged in users)
-
-
Go to settings > discussion and disable commenting and trackbacks. That will keep the comment box off of any new pages and posts you create.
Existing pages and posts will have to have the comments and trackbacks turned off individually. You can do this using the posts bulk edit and pages bulk edit feature on multiple pages and posts at one time.
If you don’t want to go through the above, the following CSS will hide the comments section. Do know though that if at some point in the future you want comments enabled on even a single post or page, you will have to delete the following CSS from your custom CSS and then do the bulk edit stuff.
div#respond, .comments-link { display: none; } -
-
- The topic ‘Delete Comment Box in Coraline’ is closed to new replies.