How to display Disqus plugin correctly in wordpress? -
i'm using disqus plugin wordpress have few problems:
when page post loading before plugin placed in right spot can see old standard comment want replace witn plugin, how can prevent display old comment section?
why need use combination
<?php comments_template();?> <?php wp_footer(); ?>
to display plugin , not one
<?php comments_template();?>
Comments
Post a Comment