' . get_the_title() . '' ); } else { printf( // WPCS: XSS OK. /* translators: 1: comment count number, 2: title. */ esc_html( _nx( '%1$s comment on “%2$s”', '%1$s comments on “%2$s”', $comment_count, 'comments title', 'positive-blog' ) ), number_format_i18n( $comment_count ), '' . get_the_title() . '' ); } ?>

    'ol', 'short_ping' => true, ) ); ?>

'
' . '*' . '
', 'email' => '
' . '*' . '
', 'url' => '
' . '
', ); comment_form( $args = array( 'id_form' => 'commentform', // that's the wordpress default value! delete it or edit it ;) 'id_submit' => 'commentsubmit', 'class_submit' => 'btn btn-dark float-right mb-3', 'title_reply' => __( 'Leave a Reply', 'positive-blog' ), // that's the wordpress default value! delete it or edit it ;) 'title_reply_to' => __( 'Leave a Reply to %s', 'positive-blog' ), // that's the wordpress default value! delete it or edit it ;) 'cancel_reply_link' => __( 'Cancel Reply', 'positive-blog' ), // that's the wordpress default value! delete it or edit it ;) 'label_submit' => __( 'Post Comment', 'positive-blog' ), // that's the wordpress default value! delete it or edit it ;) 'comment_field' => '

', 'fields' => apply_filters( 'comment_form_default_fields', $fields ), // So, that was the needed stuff to have bootstrap basic styles for the form elements and buttons // Basically you can edit everything here! // Checkout the docs for more: http://codex.wordpress.org/Function_Reference/comment_form // Another note: some classes are added in the bootstrap-wp.js - ckeck from line 1 )); ?>