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

Popular posts from this blog

sql - can we replace full join with union of left and right join? why not? -

javascript - Parallax scrolling and fixed footer code causing width issues -

iOS: Performance of reloading UIImage(name:...) -