Hi, I am having difficulty in removing Comments and Responses from the default theme. Can you suggest how this could be removed please. I have tried clicking top right and removing comments etc but this does not work. Is there some code I can use or CSS to at least remove it visually? Thanks, Danny
Hello, Go to page.php present in your theme directory and remove the code given below Code: <!--Start Comment box--> <h3>Comments & Responses</h3> <?php comments_template(); ?> <!--End comment Section--> Sending image for reference Use same process for single.php also.