sandywp / plugins / disable-comments

Disable Comments

Remove Comments & Stop Spam [Multi-Site Support]

4.7 out of 5 stars. 4.7 280 reviews

Disable comments site-wide or by post type, delete existing comments in bulk, and block comment spam via REST API and XML-RPC. Multisite ready.

Launch a sandbox with this plugin → No signup.
Ready in seconds.

v2.9.0 1,000,000+ installs WP 5.0+ PHP 7.0+

your-sandbox.sandywp.com/wp-admin
Disable Comments – Remove Comments & Stop Spam [Multi-Site Support] running inside a SandyWP sandbox

What you get inside

3 screens
  • Setting Screen for Disable Comments

  • Delete Comments under Tools menu.

  • Multisite Network support

About this plugin

Disable Comments – Remove Comments & Stop Spam [Multi-Site Support]

Enable/Disable comments on any WordPress content (Pages, Posts, or Media) to stop spammers. WP-CLI, XML-RPC & REST-API support to stop spam comments.

More About Plugin ◼️ Documentation ◼️ Support Forum

Take Global Control Over Your WordPress Site

Override all comments-related settings throughout your website & manage your comments just the way you want.

Disable Comments On Posts, Pages & Media

Choose which posts, pages or media should allow comments from site visitors & configure Disable Comments accordingly

Disallow Comments On Multi-Site Network

Have multiple websites? Get rid of irrelevant comments on the entire network using Disable Comments Plugin

KEY FEATURES OF DISABLE COMMENTS

  • All “Comments” links are hidden from the Admin Menu and Admin Bar.
  • All comment-related sections (“Recent Comments”, “Discussion” etc.) are hidden from the WordPress Dashboard.
  • All comment-related widgets are disabled (so your theme cannot use them).
  • The “Discussion” settings page is hidden.
  • All comment RSS/Atom feeds are disabled (and requests for these will be redirected to the parent post).
  • The X-Pingback HTTP header is removed from all pages.
  • Outgoing pingbacks are disabled.
  • Stop spam comments entirely from the site with one click.
  • Delete comments by type, including WooCommerce product reviews.
  • Disable comments via XML-RPC & REST-API
  • Fully Multi-site Network supported.
  • Manage multiple website network-specific subsites or entire network comments in advance.
  • Exclude Disable Comments Settings based on user roles.
  • Keep the WordPress 6.9+ Block Editor “Notes” comment type working while every other comment stays off.
  • [New in 2.8.0] AI-agent ready: supports the WordPress Abilities API (WP 6.9+), so AI assistants and MCP clients can read your comment settings.

Please delete any existing comments on your site before applying this setting, otherwise (depending on your theme) those comments may still be displayed to visitors. You can use the Delete Comments tool to delete any existing comments on your site.

🌟 WHAT’S NEW WITH DISABLE COMMENTS 2.0

AMAZING USER FRIENDLY INTERFACE
Easily configure your comment-related settings with an amazing and attractive app-like user interface.

WP-CLI COMMANDS TO DISABLE COMMENTS
Use WP-CLI control for comment-related settings to disable comments on posts, pages, attachments or everywhere on your website.

GET STARTED WITH QUICK SETUP WIZARD
Use the quick setup wizard after activating the plugin to instantly configure comment-related settings for your WordPress website.

DISABLE COMMENTS ON DOCS
Instantly disable comments on your documentation pages or WordPress knowledge base with a single click.

DELETE CERTAIN COMMENT TYPE(S)
Permanently delete certain comment types from your WordPress website including WooCommerce product reviews as well as generic comments.

DISABLE COMMENTS VIA XML-RPC And REST API
Block any comments made on your WordPress website via XML-RPC specification and REST API.

Important note: Use this plugin if you don’t want comments at all on your site (or on certain post types). Don’t use it if you want to selectively disable comments on individual posts – WordPress lets you do that anyway. If you don’t know how to disable comments on individual posts, there are instructions in the FAQ.

If you come across any bugs or have suggestions, please use the plugin support forum. I can’t fix it if I don’t know it’s broken! Please check the FAQ for common issues.

Want to contribute? Here’s the GitHub development repository.

A must-use version of the plugin is also available.

Advanced Configuration

Some of the plugin’s behavior can be modified by site administrators and plugin/theme developers through code:

  • Define DISABLE_COMMENTS_REMOVE_COMMENTS_TEMPLATE and set it to false to prevent the plugin from replacing the theme’s comment template with an empty one.

  • Define DISABLE_COMMENTS_ALLOW_DISCUSSION_SETTINGS and set it to true to prevent the plugin from hiding the Discussion settings page.

These definitions can be made either in your main wp-config.php or in your theme’s functions.php file.

THIS PLUGIN IS NOW MAINTAINED BY THE TEAM WPDeveloper.

💙 LOVED DISABLE COMMENTS?

🔥 GET FREEBIES FOR YOUR WORDPRESS SITE

Consider checking out our other WordPress solutions & boost your WordPress website:

🔝 Essential Addons For Elementor: Most popular Elementor addons with 2 million+ happy users & 95+ widgets & ready blocks

🔔 NotificationX – Best Social Proof & FOMO Marketing Solution to increase conversion rates.

🔗 BetterLinks: Latest best WordPress link management plugin for link shortening, tracking & analyzing.

📄 EmbedPress: EmbedPress lets you embed anything including videos, images, posts, audio, maps and upload PDF, DOC, PPT etc.

Templately: 6000+ Free templates library for Elementor & Gutenberg along with the cloud collaboration for WordPress.

📚 BetterDocs: Best Documentation & Knowledge Base Plugin for WordPress reduce manual support tickets & improve user experience.

SchedulePress: Advanced editorial calendar with WordPress Post Scheduling, Social Sharing, Missed scheduled alerts, and more.

Flexia: Most lightweight, customizable & multi purpose theme for WordPress.

Visit WPDeveloper to learn more about how to do better in WordPress with Help Tutorial, Tips & Tricks.

Source Code

The JavaScript and CSS shipped in assets/ are compiled with Grunt and Babel from uncompiled sources that are not included in the plugin zip: JavaScript in src/ and Sass in assets/scss/.

Both the sources and the build configuration live in the GitHub development repository. To build them yourself:

npm install
npm run build

Questions

Nothing happens after I disable comments on all posts – comment forms still appear when I view my posts.

This is because your theme is not checking the comment status of posts in the correct way.

You may like to point your theme’s author to this explanation of what they are doing wrong, and how to fix it.

How can I remove the text that says “comments are closed” at the bottom of articles where comments are disabled?

The plugin tries its very best to hide this (and any other comment-related) messages.

If you still see the message, then it means your theme is overriding this behaviour, and you will have to edit its files manually to remove it. Two common approaches are to either delete or comment out the relevant lines in wp-content/your-theme/comments.php, or to add a declaration to wp-content/your-theme/style.css that hides the message from your visitors. In either case, make sure you know what you are doing!

I only want to disable comments on certain posts, not globally. What do I do?

Go to the edit page for the post you want to disable comments on. Scroll down to the “Discussion” box, where you will find the comment options for that post. If you don’t see a “Discussion” box, then click on “Screen Options” at the top of your screen, and make sure the “Discussion” checkbox is checked.

You can also bulk-edit the comment status of multiple posts from the posts screen.

I want to delete comments from my database. What do I do?

Go to the tools page for the Disable Comments plugin and use the Delete Comments tool to delete all comments or according to the specified post types from your database.

This cannot be undone. Back up your database before running it.

How do I disable comments across an entire multisite network?

Network-activate the plugin. The settings then live under your Network Admin, where you can either apply one configuration to every site at once or configure individual subsites from the network screen. If you activate the plugin on a single site instead, it only ever affects that site.

How do I disable WooCommerce product reviews?

WooCommerce product reviews are stored as comments on the product post type, so disabling comments on product turns reviews off too. To remove reviews that already exist, use the Delete Comments tool and select the product post type.

Can I configure the plugin from WP-CLI?

Yes. Settings and deletion are both scriptable, which is useful across a fleet of sites:

wp disable-comments settings --types=post
wp disable-comments settings --types=page --add
wp disable-comments settings --xmlrpc --rest-api
wp disable-comments delete --types=all

Run wp help disable-comments settings for the full list of options. Full WP-CLI documentation.

WordPress 6.9 added “Notes” in the Block Editor. Will this plugin break them?

No, as long as you allow them. Notes are technically a comment type (note), so a blanket disable would switch them off along with everything else. Use the Enable Certain Comment Types setting to keep Notes working while all other comments stay disabled.

4.7

280 reviews

  • 5 ★ 252
  • 4 ★ 7
  • 3 ★ 3
  • 2 ★ 1
  • 1 ★ 17

Ratings come from WordPress.org. SandyWP does not collect its own reviews.

sandywp / also on the shelf

Try another plugin

Spin up a real WordPress site in seconds.

Test plugins, build a demo, hand a client a link — then squash it and start again. No local setup, no Docker.