1
0
mirror of https://github.com/mashirozx/sakura.git synced 2025-01-06 09:53:49 +08:00
sakura/layouts/duoshuo.php

21 lines
457 B
PHP
Raw Normal View History

2018-05-26 18:59:29 +08:00
<?php
/**
* DISQUS COMMENTS
*/
?>
<?php if (!is_home()&&(comments_open()) ){ ?>
<section class="duoshuowrapper comments">
<div class="commentwrap comments-hidden">
2019-10-31 17:25:24 +08:00
<div class="notification"><i class="iconfont icon-comment"></i><?php _e('View comments', 'sakura'); /*查看评论*/?></div>
2018-05-26 18:59:29 +08:00
</div>
<div class="comments-main">
<div class="commentwrap">
<?php comments_template('', true); ?>
</div>
</div>
</section>
<?php } ?>