__(' Leave a Comment', 'avenews'),
// remove "Text or HTML to be displayed after the set of comment fields"
'comment_notes_before' => '',
'comment_notes_after' => '',
'id_submit' => 'comment-submit',
'label_submit' => __('Submit', 'avenews'),
// redefine your own textarea (the comment body)
'comment_field' => ''
);
} else {
$comments_args = array(
// change the title of send button
'title_reply' => __(' Leave a Comment', 'avenews'),
// remove "Text or HTML to be displayed after the set of comment fields"
'comment_notes_before' => '',
'comment_notes_after' => '',
'id_submit' => 'comment-submit',
'label_submit' => __('Submit', 'avenews'),
// redefine your own textarea (the comment body)
'comment_field' => ''
);
}
//if we have no comments than we don't a second title, one is enough
if (!have_comments()) {
$comments_args['title_reply'] = '';
}
comment_form($comments_args);
1 Comment', '%1$sComments', get_comments_number(), 'avenews' ), number_format_i18n(get_comments_number()) ); else: _e('+ There are no comments', 'avenews'); endif; ?>
' . __('Add yours', 'avenews') . ''; ?>'avenews_comments', 'short_ping' => true)); ?>
1 && get_option('page_comments')) : // are there comments to navigate through ?>