Disqus replaces WordPress’s built-in comment system with a hosted alternative that adds social login, spam filtering, and cross-site engagement features. Here’s how to set it up properly.
Step-by-Step Installation
- In your WordPress dashboard, go to Plugins → Add New and search for “Disqus Comment System.”
- Install and activate the official Disqus plugin.
- Go to Settings → Disqus and click “Get Started” to create or connect a Disqus account.
- Register your site with Disqus (choose a unique “shortname” — this identifies your site to Disqus and can’t easily be changed later).
- Once connected, the plugin will automatically replace WordPress’s native comment form with Disqus on your posts.
- In your Disqus dashboard (disqus.com), configure moderation settings, spam filtering, and whether you want social login options enabled.
Should You Import Existing Comments?
If your site already has comments, the Disqus plugin can import them during setup so you don’t lose existing discussion. Do this during initial setup — it’s much messier to do after the fact.
Common Issues
Comments not showing up — usually a caching issue. Clear your page cache (and CDN cache, if you use one) after activating Disqus.
Duplicate comment sections — some themes render comments in a way that conflicts with the plugin; check your theme’s comment template if this happens.
Slow page loads — Disqus loads its own JavaScript, which adds weight. Most Disqus plugins support lazy-loading comments until the reader scrolls to them, which is worth enabling.
Disqus vs. Native WordPress Comments
| Disqus | Native WordPress | |
|---|---|---|
| Spam filtering | Built-in, generally strong | Requires a separate plugin (e.g. Akismet) |
| Social login | Yes | No, by default |
| Page speed impact | Adds third-party JS | None, native to WordPress |
| Data ownership | Hosted by Disqus | Fully in your own database |
| SEO | Comments load via JS, less crawlable by default | Fully server-rendered and crawlable |
FAQ
Is Disqus free?
Yes, with a paid tier available for ad-free display and additional features.
Can I switch back to native WordPress comments later?
Yes, though you’ll need to export/reconcile any comments made through Disqus back into WordPress, which isn’t always seamless.










