Forums

iNove - small question (5 posts)

  1. jss
    Member
    Posted 2 years ago #

    hi

    please help me, how to delete this field:
    http://img134.imageshack.us/img134/1254/zrzutekranumn.png

  2. ClaytonJames
    Member
    Posted 2 years ago #

    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.

    :-)

  3. jss
    Member
    Posted 2 years ago #

    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

  4. ClaytonJames
    Member
    Posted 2 years ago #

    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.

  5. jss
    Member
    Posted 2 years ago #

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

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags