' . get_the_title() . '' ); ?>
1 && get_option( 'page_comments' ) ) : ?>
    'wow_comment' ) ); ?>
1 && get_option( 'page_comments' ) ) : ?>

'
' . '' . '
', 'email' => '', 'url' => '
' . '
' ); $comments_args = array( 'fields' => $fields, 'title_reply' => __( 'Add Comment', 'biscayalite' ), 'label_submit' => __( 'Post a Question', 'biscayalite' ), 'title_reply_to' => __( 'Leave a Reply to %s', 'biscayalite' ), 'cancel_reply_link' => __( 'Cancel Reply', 'biscayalite' ), 'comment_field' => '
', 'comment_notes_before' => '

' . __( 'Required fields are marked *. Your email address will not be published.', 'biscayalite') .'

', 'must_log_in' => '

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

', 'logged_in_as' => '

' . sprintf( __( 'Logged in as %2$s. Log out?', 'biscayalite' ),admin_url( 'profile.php' ), $user_identity, wp_logout_url( apply_filters( 'the_permalink', get_permalink( ) ) ) ) . '

', ); comment_form( $comments_args ); ?>