"; echo "
"; paginate_comments_links(array('prev_text' => '«', 'next_text' => '»')); echo "
"; $custom_comment_field = '

'; $aria_req = ''; $consent = empty( $commenter['comment_author_email'] ) ? '' : ' checked="checked"'; $sp_fields = array( 'author' => '

', 'email' => '

', 'url' => '

', 'cookies' => '', ); comment_form(array( 'comment_field' => $custom_comment_field, 'comment_notes_after' => '', 'logged_in_as' => '', 'comment_notes_before' => '', 'title_reply' => esc_html__('Leave a Reply', 'caeliora'), 'cancel_reply_link' => esc_html__('Cancel Reply', 'caeliora'), 'label_submit' => esc_html__('Post Comment', 'caeliora'), 'fields' => $sp_fields, )); ?>