'list', 'mid_size' => 3, 'prev_text' => __( 'OLDER', 'calico'), 'next_text' => __( 'NEWER', 'calico'), ) ); ?>
array( //Author field 'author' => '


', //Email Field 'email' => '


', //URL Field 'url' => '


', //Cookies 'cookies' => ' By commenting you accept the Privacy Policy', ), // Change the title of send button 'label_submit' => __( 'Send', 'calico' ), // Change the title of the reply section 'title_reply' => __( 'Write a Reply or Comment', 'calico' ), // Remove "Text or HTML to be displayed after the set of comment fields". 'comment_notes_after' => '', // Redefine your own textarea (the comment body). 'comment_field' => '


', 'submit_button' => '', ); comment_form( $comments_args ); } ?>