Disqus moderation page not working in WordPress admin section

I had a response from Disqus Support regarding this issue: Hi Scott, To clarify, the Disqus moderation panel in WordPress is not intended to be used with https. If you would like to use the moderation panel in https you’ll need to go to the Disqus moderation panel directly at: https://scotthelme.disqus.com/admin/moderate/#/approved If you have any … Read more

disable defaault wordpress comments from a plugin

Most themes used comments_template to include their comment areas. It’s completely full of filters, one of which is the include file (usually comments.php) that you can hijack to include a file from your plugin that contains all the stuff for facebook comments (or nothing if you just want to disable comments. Example: <?php add_filter( ‘comments_template’, … Read more