' . get_the_title() . '' ); } else { printf( esc_html( _nx( '%1$s thought on “%2$s”', '%1$s thoughts on “%2$s”', $comment_count, 'comments title', 'brosil' ) ), number_format_i18n( $comment_count ), '' . get_the_title() . '' ); } ?>

1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?>
    'ol', ) ); ?>
1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?>

apply_filters( 'comment_form_default_fields', array( 'author' => '

', 'email' => '

', 'url' => '

', ) ), // change the title of send button 'label_submit'=>'Submit Comments', 'class_submit' => 'btn btn-red', // change the title of the reply section 'title_reply'=>'Add a comment', // remove "Text or HTML to be displayed after the set of comment fields" 'comment_form_top' => 'ds', 'comment_notes_before' => '', 'comment_notes_after' => '', // redefine your own textarea (the comment body) 'comment_field' => '
', ); comment_form($comments_args); ?>