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

'; $sp_fields = array( 'author' => '
', 'email' => '', 'url' => '

', ); comment_form(array( 'comment_field' => $custompress_comment_field, 'title_reply_before' => '

', 'title_reply_after' => '

', 'title_reply' => esc_html__('Leave a Comment', 'custompress'), 'cancel_reply_link' => esc_html__('Cancel Comment', 'custompress'), 'label_submit' => esc_html__('Post Comment', 'custompress'), 'fields' => $sp_fields, 'class_submit' => 'submit btn btn-primary comment-submit-btn', 'submit_field' => '
%1$s %2$s
', 'cancel_reply_before' => '', 'class_form' => 'comment-form align-items-center row' )); ?>