I’m a big fan of Disqus (especially since they use Django), but the comment form was not displaying correctly in another blog I was working on. Specifically it was being displayed in the wrong place on the individual post page.
At first I thought it was a CSS issue, but it was actually a function call in the wrong place in single.php. There’s an big if block that starts with:
<?php if (('open' == $post->comment_status) && ('open' == $post->ping_status)) {
Cut that block, with all of the elses and paste it outside of the p tag that lists categories, etc, but before the two closing div tags. Voila!
Note that this is for WPShoppe’s Cleanr theme. Not the many others with the same name. WPShoppe’s theme is actually getting kind of old and that may be why this is happening. Webtint’s Cleanr looks more polished.