Add disqus recent comments

Add disqus recent comments to the core.
This commit is contained in:
Danang Probo Sayekti 2014-02-13 08:54:13 +07:00
commit 2591e69497
3 changed files with 59 additions and 1 deletions

View file

@ -47,6 +47,11 @@
<div class="archive">
<?php echo archive_list()?>
</div>
<?php if(disqus()):?>
<div class="comments">
<?php echo recent_comments() ?>
</div>
<?php endif;?>
<div class="tagcloud">
<?php echo tag_cloud()?>
</div>