hi
please help me, how to delete this field:
http://img134.imageshack.us/img134/1254/zrzutekranumn.png
hi
please help me, how to delete this field:
http://img134.imageshack.us/img134/1254/zrzutekranumn.png
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.
:-)
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.
thanks, it works. I found answer for my second question yet.
This topic has been closed to new replies.