1 Thought on “%2$s”', '%1$s Thoughts on “%2$s”', get_comments_number(), 'comments title', 'AvonLite' ), number_format_i18n( get_comments_number() ), '' . get_the_title() . '' ); ?>

1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?>
'

', 'fields' => array( 'author' => '

', 'email' => '

', 'url' => '

', ), 'cancel_reply_link' => '', 'label_submit' => 'Post Comment', ); ob_start(); comment_form( $args ); $form = ob_get_clean(); $form = str_replace('class="comment-form"','class="comment-form my-class"', $form); echo str_replace('id="submit"','class="btn btn-primary"', $form); ?>