You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

20 lines
457 B

<?php
/**
* DISQUS COMMENTS
*/
?>
<?php if (!is_home()&&(comments_open()) ){ ?>
<section class="duoshuowrapper comments">
<div class="commentwrap comments-hidden">
<div class="notification"><i class="iconfont icon-comment"></i><?php _e('View comments', 'sakura'); /*查看评论*/?></div>
</div>
<div class="comments-main">
<div class="commentwrap">
<?php comments_template('', true); ?>
</div>
</div>
</section>
<?php } ?>