根据您最初的问题,“如果您登录,您将看到3条评论。如果您没有登录,除了表单之外什么都没有……似乎“have\\u comments”条件对于注销的用户是失败的。”
您是否打算为所有登录和注销的用户显示评论?
如果要为已注销的用户显示注释,则需要删除以下内容:
<?php if ( post_password_required() ) : ?>
<p class="nopassword"><?php _e( \'This post is password protected. Enter the password to view any comments.\', \'twentyten\' ); ?></p>
</div><!-- #comments -->