Forums

[resolved] Remove COMMENTS ARE CLOSED message from pages (4 posts)

  1. dyerwrites
    Member
    Posted 3 years ago #

    How can I remove the COMMENTS ARE CLOSED message from my pages?

    http://www.dyerwrites.com

    I'm using the iNove template. Thanks.

  2. green2go
    Member
    Posted 3 years ago #

    Hi,

    Open up a file called comments.php in the iNove theme directory and find the following code:

    `<div class="messagebox">
    <?php _e('Comments are closed.', 'inove'); ?>
    </div>`

    Change it to:

    `<!-- <div class="messagebox">
    <?php _e('Comments are closed.', 'inove'); ?>
    </div> !-->`

    That *should* remove the comments when viewing a post, let me know whether it does.

    Oliver

  3. dyerwrites
    Member
    Posted 3 years ago #

    Easy enough. It works. Thank you.

  4. dyerwrites
    Member
    Posted 3 years ago #

    One more thing... How can I remove the small calendar that shows that the page has been updated?

Topic Closed

This topic has been closed to new replies.

About this Topic