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

c# SetCompatibleTextRenderingDefault must be called before the first -

C#.NET Oracle.ManagedDataAccess ConfigSchema.xsd -

c++ - Fill runtime data at compile time with templates -