section25 0 Report post Posted February 15, 2011 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 3 Report post Posted February 16, 2011 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 0 Report post Posted February 16, 2011 thanks that worked -- can I do something to remove the blank - rectangular box Share this post Link to post Share on other sites
Kate 3 Report post Posted February 16, 2011 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