index.php文件删除
<div class="t_comments"> <a><?php get_post_view($this) ?></a> </div>
post.php删除
<div class="t_comments"> <a href="<a href="<?php $this->permalink() ?>"#comments"><?php get_post_view($this) ?></a> </div>
index.php文件删除
<div class="t_comments"> <a><?php get_post_view($this) ?></a> </div>
post.php删除
<div class="t_comments"> <a href="<a href="<?php $this->permalink() ?>"#comments"><?php get_post_view($this) ?></a> </div>