Disqus comment form not displayed on self hosted Wordpress site Disqus comment form not displayed on self hosted Wordpress site wordpress wordpress

Disqus comment form not displayed on self hosted Wordpress site


OK I found it.Instead of using the <?php comment_form(); ?> I had to use <?php comments_template(); ?>.That did the trick


install woody snippets on your siteinsert a new php snippet:

comments_template(); ?>

go in widget select custom html and place the code:

<div id="disqus_thread">[wbcr_php_snippet id="THE ID WHAT WOODY GAVE YOU"]</div>

and place the widget where you want

obviously don't forget to enable comments site-wide