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

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

[ 'author' => '

', 'email' => '

', 'url' => '

', 'cookies' => '', ], 'comment_field' => '

', 'must_log_in' => '

' . sprintf( __( 'You must be logged in to post a comment.', 'barkly' ), wp_login_url( apply_filters( 'the_permalink', get_permalink( $post_id ) ) ) ) . '

', 'logged_in_as' => '

' . sprintf( __( 'Logged in as %2$s. Log out?', 'barkly' ), get_edit_user_link(), $user_identity, wp_logout_url( apply_filters( 'the_permalink', get_permalink( $post_id ) ) ) ) . '

', 'comment_notes_before' => '

' . __( 'Your email address will not be published.', 'barkly' ) . ''. ( $req ? $required_text : '' ) . '

', 'comment_notes_after' => '', 'id_form' => 'commentform', 'id_submit' => 'submit', 'class_form' => 'comment-form', 'class_submit' => 'btn btn-success', 'name_submit' => 'submit', 'title_reply' => __( 'Leave a Reply', 'barkly' ), 'title_reply_to' => __( 'Leave a Reply to %s', 'barkly' ), 'title_reply_before' => '

', 'title_reply_after' => '

', 'cancel_reply_before' => ' ', 'cancel_reply_after' => '', 'cancel_reply_link' => __( 'Cancel reply', 'barkly' ), 'label_submit' => __( 'Post Comment', 'barkly' ), 'submit_button' => '', 'submit_field' => '

%1$s %2$s

', 'format' => 'xhtml', ]; comment_form( $defaults ); ?>