comments->approved->count ){ $v_comments = 'No one'; } elseif ( $post->comments->approved->count == 1 ) { $v_comments = $post->comments->approved->count . ' person'; } else { $v_comments = $post->comments->approved->count . ' peoples'; } ?>

comments->moderated->count > 0 ) { printf( _n('%1$d people', '%1$d peoples', $post->comments->moderated->count), $post->comments->moderated->count ); } else { _e('No one'); } ?> .

comments->moderated as $i => $comment): ?>
<?php echo $comment->name; ?>'s Gravatar
url != '' ): ?>name; ?> name; ?>
date_out; ?>
date_excerpt; ?>
content; ?> status == Comment::STATUS_UNAPPROVED ) : ?>

comments->moderated->count == 0 ): ?>
.info->comments_disabled ) : ?> Come on, be the first one!