View Single Post
  #4  
Old 12-19-2008, 08:28 PM
Brian Gardner's Avatar
Brian Gardner Brian Gardner is offline
Administrator
 
Join Date: Sep 2008
Location: Chicago, IL
Posts: 5,360
Default Re: Turning Comments off Causes Problems - Singe Post

Open up your comments.php file and look for this code:

Code:
<p class="nocomments">Comments are closed.</p>
And make it look like this:

Code:
<p class="nocomments">Comments are closed.</p></div>
Not sure if that will work or not...