View Full Version : Remove the comments closed tag
odordude
07-11-2010, 07:28 PM
Hi Guys. I have edited out the author, time and date so the site looks like a normal website and not a blog in the edit theme code..........however as you will see i cannot get rid of the "Comments Closed" part at the end of the page (bottom)
http://www.bassettplumbing.co.nz/
It will be in the edit section of themes but where oh where ?
Cheers Craig Down Under
Dan Nickerson
07-11-2010, 08:53 PM
Craig,
We actually just answered this two posts down.
http://www.socratestheme.com/forum/showthread.php?t=468
I believe it's in the comments.php file. Look for the following:
<?php else : // comments are closed ?>
<!-- If comments are closed. -->
<p class="nocomments">Comments are closed</p>
I just removed the comments are closed text part to look like:
<?php else : // comments are closed ?>
<!-- If comments are closed. -->
<p class="nocomments"></p>
Edit: I see Dan beat me to it :D
Powered by vBulletin® Version 4.1.10 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.