How can I remove the COMMENTS ARE CLOSED message from my pages?
I'm using the iNove template. Thanks.
How can I remove the COMMENTS ARE CLOSED message from my pages?
I'm using the iNove template. Thanks.
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
Easy enough. It works. Thank you.
One more thing... How can I remove the small calendar that shows that the page has been updated?
This topic has been closed to new replies.