Jump to content
Sign in to follow this  
section25

Removing Comments Section Completely

Recommended Posts

section25

apologies i thought i'd asked this already how can i remove comments completely for the time being? iblogpro4 www.250textbooks.co.uk

Share this post


Link to post
Share on other sites
bryan-hadaway

Probably the easiest way would be to remove the source altogether. Go to Appearance > Editor > Comments and then select all text remove (back it up for later) and save. Thanks, Bryan

Share this post


Link to post
Share on other sites
section25

thanks that worked -- can I do something to remove the blank - rectangular box

Share this post


Link to post
Share on other sites
Kate

You can also turn off comments by going to "Settings->Discussion->Allow people to post comments on new articles". As far as PHP goes: if you're looking to permanently delete the ability to have comments, it would probably be better to delete this line `<?php comments_template(); ?>` from the single page. But, for now, to hide that box add this to your CSS:

.commentswrap{display:none;}

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×