Viewing 4 replies - 1 through 4 (of 4 total)
  • Open comments.php in the iNove theme folder. Find this around line 123;

    <?php _e('Comments are closed.', 'inove'); ?>

    Change it to this;

    <?php _e('', 'inove'); ?>

    See if that does it.

    Make a backup copy of the file first, just in case it goes horribly, HORRIBLY, wrong. Just kidding. (not about the backup though).
    I think that should work.

    🙂

    Thread Starter jss

    (@jss)

    thanks but it doesen’t works

    is’s my all comments.php:

    <?php if
    (function_exists(‘wp_list_comments’)) {
    comments_template(”, true);
    } else {
    comments_template();
    }
    ?>

    i have next problem – how to delete title and description at top? because I used text in graphic and this text hiding the text in graphic

    please help

    You appear to be in the file located at /inove/templates/comments.php.

    You want the file located at /inove/comments.php. Not the one in the “templates” folder.

    Thread Starter jss

    (@jss)

    thanks, it works. I found answer for my second question yet.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘iNove – small question’ is closed to new replies.