60, "style" => "div" ); wp_list_comments( $args ); ?> false, 'end_size' => 0, 'mid_size' => 0, 'next_text' => __( 'Commentaires plus récents', 'benawp-bootstrap-portfolio' ) . ' ', 'prev_text' => ' ' . __( 'Commentaires plus anciens', 'benawp-bootstrap-portfolio' ), ) ); if ( $comment_pagination ) { $pagination_classes = ''; // If we're only showing the "Next" link, add a class indicating so. if ( false === strpos( $comment_pagination, 'prev page-numbers' ) ) { $pagination_classes = ' only-next'; } ?>
' . esc_html__( ' Commenter', 'benawp-bootstrap-portfolio' ); $comment_reply_to = esc_html__( 'Répondre', 'benawp-bootstrap-portfolio' ); $comment_author = esc_html__( 'Votre Nom', 'benawp-bootstrap-portfolio' ); $comment_email = esc_html__( 'Votre E-Mail', 'benawp-bootstrap-portfolio' ); $comment_body = esc_html__( 'Votre commentaire', 'benawp-bootstrap-portfolio' ); $comment_url = esc_html__( 'Votre Site Web', 'benawp-bootstrap-portfolio' ); $comment_cookies = esc_html__( ' Enregistrez mon nom, mon adresse électronique et mon site Web dans ce navigateur pour la prochaine fois que je commenterai.', 'benawp-bootstrap-portfolio' ); $comment_before = esc_html__( 'Votre adresse électronique ne sera pas publiée. Les champs obligatoires sont marqués d\'un *', 'benawp-bootstrap-portfolio' ); $comment_cancel = esc_html__( 'Annuler la réponse', 'benawp-bootstrap-portfolio' ); // Array comments_args $comments_args = array( // Define Fields 'fields' => array( //Author field 'author' => '


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


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


', //Cookies 'cookies' => '

' . $comment_cookies . '

', ), // Form container class 'class_container' => 'comment-form-wrap', // Change the title of send button 'label_submit' => $comment_send, // Change the title of the reply section 'title_reply' => $comment_reply, // Change the title of the reply section 'title_reply_to' => $comment_reply_to, //Cancel Reply Text 'cancel_reply_link' => $comment_cancel, // Redefine your own textarea (the comment body). 'comment_field' => '


', //Message Before Comment 'comment_notes_before' => '

' . $comment_before . '

', // Remove "Text or HTML to be displayed after the set of comment fields". 'comment_notes_after' => '', //Submit Button ID 'id_submit' => __( 'comment-submit', 'benawp-bootstrap-portfolio' ), 'class_submit' => __( 'btn btn-default', 'benawp-bootstrap-portfolio' ) ); comment_form( $comments_args ); endif; ?>