1 comment', TEXTDOMAIN), __('% comments', TEXTDOMAIN)); ?>

1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?>
    'comment', 'callback' => 'bolder_comment' ) ); ?>
1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?>

Trackback e pingback

    comment_type == "trackback" || $comment->comment_type == "pingback") { // Visualizzo solo i trackback e pingback ?>

  1. comment_type... */ endforeach; /* end for each comment */ ?>

'

' . ' ' . '

', 'email' => '

' . '

', 'url' => '

' . '

', ); //$required_text = sprintf( ' ' . __('Required fields are marked %s'), '*' ); $comment_args = array( 'fields' => apply_filters( 'comment_form_default_fields', $fields ), 'comment_field' => '

', 'must_log_in' => '

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

', 'logged_in_as' => '

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

', 'comment_notes_before' => '', 'comment_notes_after' => '', 'id_form' => 'commentform', 'id_submit' => 'submit', 'title_reply' => __( 'Leave a Reply', TEXTDOMAIN ), 'title_reply_to' => __( 'Leave a Reply to %s', TEXTDOMAIN ), 'cancel_reply_link' => __( 'Cancel reply', TEXTDOMAIN ), 'label_submit' => __( 'Post Comment', TEXTDOMAIN ), ); comment_form( $comment_args ); ?>