' . esc_html( get_the_author_meta( 'display_name' ) ) . '' ) ; echo wpautop( esc_html( get_the_author_meta( 'description' ) ) ); ?>

    'ol', 'short_ping' => true, 'callback' => 'halcyon_theme_comment', 'avatar_size'=> 85, ) ); ?>
1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?>

'

', 'email' => '', 'url' => '

', ); $comment_arg = array( 'id_form' => 'commentform', 'id_submit' => 'submit', 'class_submit' => 'submit', 'name_submit' => 'submit', 'title_reply' => __( 'Send a Comment', 'halcyon' ), 'title_reply_to' => __( 'Send a Comment to %s', 'halcyon' ), 'cancel_reply_link' => __( 'Cancel Reply', 'halcyon' ), 'label_submit' => __( 'Post Comment', 'halcyon' ), 'format' => 'xhtml', 'comment_field' => '

', 'must_log_in' => '', 'logged_in_as' => '

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

', 'comment_notes_before' => __( '

Your email address will not be published.

', 'halcyon' ), 'comment_notes_after' => '', 'fields' => apply_filters( 'comment_form_default_fields', $fields ), ); comment_form( $comment_arg );?>