Michael Madison
|
I just updated from the earlier licensed 2.3 version to 2.3.0.23326. One of the enhancements/fixes advertised was that "Comments are closed" would no longer appear beneath a page that didn't allow comments.
However, I'm still seeing that message on all my main menu pages. How can I fix this.
Any help appreciated.
|
| |
Michael Madison
|
Quote Michael Madison:
I just updated from the earlier licensed 2.3 version to 2.3.0.23326. One of the enhancements/fixes advertised was that "Comments are closed" would no longer appear beneath a page that didn't allow comments.
However, I'm still seeing that message on all my main menu pages. How can I fix this.
Any help appreciated.
Okay, I just found the solution. Save your previous theme under a new name and activate it in WordPress. "Comments are closed" no longer appears on the page if when comments aren't enabled.
Hope this helps anyone else toying with the same issue.
|
| |
Richard
|
Michael
I did this and it has not removed "comments are closed" from an existing post.
|
| |
Michael Madison
|
Quote Richard:
Michael
I did this and it has not removed "comments are closed" from an existing post.
Richard -- I'm pretty sure this is only intended to work with pages, not posts. But I'm far from an expert, so maybe someone else will verify or dispute.
|
| |
Richard
|
Michael
Thanks for clearing this up.
|
| |
Garry
|
You can simply remove it by deleting following code from page.php
<?php comments_template(); ?>
you should also delete the code from single.php if you also wanna remove "comments are closed" from post pages.
|
| |
Mike
|
I've been removing
< ? php comments_template(); ? >
from the single.php
Is there a way this can be done from Artisteer?
|
| |
Garry
|
I think Artisteer latest versions doesn't display "comments are closed" even if you close the from your Wordpress admin.
|
| |
Kelley Rao
|
I've removed the <?php comments_template(); ?> from page.php but it still shows up in search results. Do I remove it from that page, too? I only want this removed on "pages" not "posts."
Thanks for any help.
Kindest,
Kelley Rao, Webeze
www.web-eze.com
|
| |