' . get_the_title() . '' ); ?>

    'bittersweet_comment', 'avatar_size' => 60 ) ); ?>
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 has-info"', $form); echo str_replace('id="submit"','class="btn btn-info"', $form); ?>