comments_by_type[comment]), 'hemingway' ), count($wp_query->comments_by_type[comment]) ); ?>

    'comment', 'callback' => 'hemingway_comment' ) ); ?>

comments_by_type[pings]), 'hemingway' ), count($wp_query->comments_by_type[pings]) ); ?>

    'pings', 'callback' => 'hemingway_comment' ) ); ?>
1 && get_option( 'page_comments' ) ) : ?>

'

' . __( 'Your email address will not be published.', 'hemingway' ) . '

', 'comment_field' => '

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

' . '' . ' ' . ( $req ? '*' : '' ) . '

', 'email' => '

' . ' ' . ( $req ? '*' : '' ) . '

', 'url' => '

' . '

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