There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021
[SOLVED] How to remove "comments are closed" from the end of posts
#1
Feb 8, 2009, 04:25 AM
wylde1der
1 posts · Feb 2009
I want to use the Atahualpa theme without comments, but when I do this it says "comments are closed" at the end of the post. How do I get rid of that?
Thanks for your help in advance
#2
Feb 8, 2009, 01:59 PM
Flynn
3,768 posts · Oct 2008
Munich, Germany
See Atahualpa Theme Options -> Post Info Items, delete that term from the %comments.... tag, but leave its opening and closing single quotes.
#3
Dec 14, 2009, 02:13 AM
sebatombs
1 posts · Sep 2009
I have done a bit of research into trying to remove the 'Comments are closed' text and box from the bottom of WordPress pages. The simplest and by far most effective way, without mucking up you code is to do to edit comments.php in your theme file replacing the code:
`<?php else : // comments are closed ?>`
`<!-- If comments are closed. -->`
`<div class="art-Post">`
with this:
`<?php else : // comments are closed ?>`
`<!-- If comments are closed. -->`
`<div style="display:none" class="art-Post">`
There is a great video showing you step-by-step how to do this at:
While the suggestion by sebatombs will work, it's like taking a sledge hammer to drive in a thumbtack.
It will work, but for each WordPress upgrade you will have to reapply the fix.
Flynn's suggestion will do the same thing via the Atahualpa Theme options and the change will carry forward thru both WordPress and Atahualpa upgrades.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support