Hi I am trying to set up some WordPress Mini Sites, I have several different templates that I'm experimenting with. The problem with all of them is I dont want any comments. So I deleted the comments php file. This works to some extent but now I have either Comments are closed. Leave a Reply Click here to cancel reply. Logged in as . Log out » What do I need to do to remove these please? Thanks James
Dont know EXACTLY what you mean. But i believe i understand somewhat. Id try to find them in the index.php, page.php, or possibly single.php and remove the <?php code that is causing it.
Ditto leetzminds input. If you look at the index.php or single.php files you'll see the offending code. Just delete it and you'll be fine.
Thanks guys but the info is still there. I will have to look at another mini site option for now. To much time trying to change things I dont understand. James
Dude... Just disable the comment posting... It's that easy... Then just delete the lines that link up Comments are closed. Leave a Reply Click here to cancel reply. Logged in as . Log out » You have to go through every php file in the theme editor..
Try opening single.php and removing <?php comments_template(); ?> Remove it from image.php too if you don't want comments in the image gallery.