On my normal pages using the "Default Template," if I have comments disabled on the page, at the end of the page there is a section showing "Comments & Responses" and "Comments are closed." I went into the comments.php and removed the comments are closed line but the heading "Comments & Responses" is still there. I want to remove the whole comments section completely from pages where comments are disabled.
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: #commentsbox{ display:none; } .side_content h3 { display: none; }
I tried adding in that code and it seems to have no effect. Here is an example of what a page looks like with comments ENABLED: http://ei-ca.com/about-eica/ Here is another example of what a page looks like with comments DISABLED: http://ei-ca.com/location/ As you can see at the bottom of the page, the "Comments and Responses" header is still there.
Hello, Go to the page.php file present in your theme directory and remove the code as shown in the image given below. This will solve your issue.
Hello, Could you please provide the following information listed below. Thread Link: http://www.inkthemes.com/community/threads/removing-comments-responses-from-page-templates.7447/ Your Website URL: WordPress Username: WordPress Password: Send this information on our email at [email protected] We will check and try to resolve your issue.