1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?> true, 'callback' => 'acajou_custom_comments', ); wp_list_comments( $args); ?> 1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?>

array( 'website' =>'', 'author' => '

' . ( $req ? '*' : '' ) . '

', 'email' => '

' . ( $req ? '*' : '' ) . '

', 'url' => '

' . '

', ), 'title_reply'=>'
'.__( 'Leave a comment', 'acajou' ).'
', // remove "Text or HTML to be displayed after the set of comment fields" 'comment_notes_after' => '', // change the title of send button 'label_submit'=>__( 'Send', 'acajou' ), // redefine your own textarea (the comment body) 'comment_field' => '


', 'logged_in_as' => '

' . sprintf( __( 'Logged in as %2$s. Log out?', 'acajou'), admin_url( 'profile.php' ), $user_identity, wp_logout_url( apply_filters( 'the_permalink', get_permalink( ) ) ) ) . '

', 'must_log_in' => '

' . sprintf( __( 'You must be logged in to post a comment.', 'acajou' ), wp_login_url( apply_filters( 'the_permalink', get_permalink( ) ) ) ) . '

', 'comment_notes_before' => '

' . __( 'Your email address will not be published. Fields marked * are required.' , 'acajou') . '

' ); comment_form($comments_args); ?>