1 Comment', '%1$sComments', get_comments_number(), 'blogboost' ), number_format_i18n( get_comments_number() ) ); else: _e( '+ There are no comments', 'blogboost' ); endif; ?>

' . __( 'Add yours', 'blogboost' ) . ''; ?>
1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?>
    'blogboost_comments', 'short_ping' => true ) ); ?>
1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?>

__( '+ Leave a Comment', 'blogboost' ), // 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', 'blogboost' ), // redefine your own textarea (the comment body) 'comment_field' => '

' ); } else { $comments_args = array( // change the title of send button 'title_reply' => __( '+ Leave a Comment', 'blogboost' ), // 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', 'blogboost' ), // 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 );