60, 'style' => 'ul', 'callback' => 'axiohost_comments', 'type' => 'all' )); } $comments_number = get_comments_number(); ?>
esc_html__('<','axiohost'), 'next_text' => esc_html__('>','axiohost'), 'mid_size' => 3 )); ?>
esc_html__( 'Add Comment', 'axiohost' ), // Change the title of the reply section 'title_reply' => esc_html__( 'Leave a Comment', 'axiohost' ), // Remove "Text or HTML to be displayed after the set of comment fields". 'comment_notes_after' => '', // Redefine your own textarea (the comment body). 'class_submit' => 'submit_class', 'fields' => array( 'author' => '
', 'email' => '
', ), 'comment_field' => '', 'id_form' => 'commentform', 'class_form' => 'comment-form', 'id_submit' => 'submit', 'class_submit' => 'btn-primary btn', 'title_reply_to' => esc_html( 'Leave a Reply to %s' ), 'cancel_reply_link' => esc_html__( 'Cancel Reply', 'axiohost' ), 'format' => 'xhtml', ); comment_form( $comments_args ); ?>