Title: Disable Comments &amp; Delete All Comments
Author: Themeisle
Published: <strong>October 17, 2017</strong>
Last modified: January 12, 2026

---

Search plugins

![](https://ps.w.org/comments-plus/assets/banner-772x250.jpg?rev=3437825)

![](https://ps.w.org/comments-plus/assets/icon-256x256.png?rev=3437825)

# Disable Comments & Delete All Comments

 By [Themeisle](https://profiles.wordpress.org/themeisle/)

[Download](https://downloads.wordpress.org/plugin/comments-plus.1.3.0.zip)

 * [Details](https://twd.wordpress.org/plugins/comments-plus/#description)
 * [Reviews](https://twd.wordpress.org/plugins/comments-plus/#reviews)
 *  [Installation](https://twd.wordpress.org/plugins/comments-plus/#installation)
 * [Development](https://twd.wordpress.org/plugins/comments-plus/#developers)

 [Support](https://wordpress.org/support/plugin/comments-plus/)

## Description

**Disable comments** across your entire site or only for selected post types. This
removes comment forms from the front end, hides comment-related menus and widgets
in the dashboard, and disables pingbacks and trackbacks.

**Delete comments** in bulk with a simple cleanup tool. You can remove all comments
at once or filter them by post type or comment status.

**Manage links in comments** by disabling the website field from the comment form
for cleaner, safer comment submissions. Replace external links in comments with 
safe span tags so they no longer act as real, followable links.

### Key Features

**Disable comments**
 – Disable comments globally or by post type – Hide all comment-
related admin menus, dashboard widgets and settings – Disable pingbacks and trackbacks–
Disable comments in RSS/Atom feeds

**Delete comments**
 – Delete all comments in WordPress at once – Delete comments
by post type – Delete comments by comment status (spam, unapproved, trash)

**Manage links in comments**
 – Replace all external comment links with span tags
via JavaScript, removing their SEO impact while keeping the text visible to users.–
Remove the website/URL field from the comment form

All features can be enabled or disabled safely, and comment disabling does not remove
existing comments unless you choose to delete them.

### Why use this plugin?

WordPress still loads comment features even when you don’t use them, which can clutter
your dashboard, expose unused functionality, and create unnecessary moderation work.
This plugin gives you complete control over WordPress comments, whether you want
to disable comments globally, bulk delete comments, or just manage them more efficiently.

### Advanced Configuration

To prevent the plugin from replacing your theme’s comment template, define the following
constant:

    ```
    define('DISABLE_COMMENTS_REMOVE_COMMENTS_TEMPLATE', false);
    ```

You can add this definition either to your `wp-config.php` file or to your theme’s`
functions.php` file.

### Support

We’re here to help. Feel free to open a new thread on the [Support Forum](https://wordpress.org/support/plugin/comments-plus/).

### Useful Resources

 * If you like this plugin, you’re sure to love [our other plugins](https://themeisle.com/wordpress-plugins/)
   as well.
 * Our blog is a great place to [learn more about WordPress](https://themeisle.com/blog/).
 * Get the most out of your website with our helpful [WordPress YouTube Tutorials](https://youtube.com/playlist?list=PLmRasCVwuvpSep2MOsIoE0ncO9JE3FcKP).

## Screenshots

 * [[
 * Disable comments settings
 * [[
 * Delete comments settings

## Installation

 1. In your WordPress admin, go to **Plugins > Add New**
 2. In the Search field, type **“Disable Comments & Delete All Comments”**
 3. Under “Disable Comments & Delete All Comments” by Themeisle, click the **Install
    Now** link
 4. Once the process is complete, click the **Activate Plugin** link
 5. Go to **Settings  Disable comments** to configure the plugin.

## FAQ

### How can I disable comments only on specific posts?

If you only want to disable comments on specific posts, you don’t need to use this
plugin. WordPress lets you turn off comments for individual posts directly in the
editor.

Open the post, check the Post settings panel on the right, and look for the Discussion
label. There you can check “Closed” for that single post.

The plugin is only needed if you want to disable comments globally or control comments
by post type.

### I disabled comments sitewide, but the comment form still appears. What should I do?

If the comment form still appears after disabling comments, it usually means your
theme is not respecting WordPress’s built-in comment settings. Some themes include
their own hard-coded comment form or do not properly check whether comments are 
enabled before outputting the form.

Because this is a theme-level issue, the plugin cannot remove comment forms that
a theme outputs manually. The plugin successfully disables comments in WordPress
itself, but themes that ignore WordPress standards may continue to display the comments.

We recommend switching themes or contacting your theme’s creator to report this 
issue.

### How do I remove the “Comments are closed” message that still shows on my posts?

The plugin hides comment-related messages wherever possible. If you still see the“
Comments are closed” text, it means your theme is outputting that message directly
and overriding WordPress’s default behavior.

To remove it, you’ll need to make a small change to your theme. The most common 
approaches are:
 – editing your theme’s comments.php file and removing or commenting
out the line that prints the message, or – adding a CSS rule in your theme’s style.
css file to hide the message visually.

Only make these changes if you are comfortable editing theme files, or ask your 
theme developer for help.

### Can I delete all existing comments without disabling comments?

Yes. The delete comments tool is separate from the disable feature.

### Can I re-enable comments later?

Yes. All comment disabling settings are reversible. If you decide to allow comments
again, simply toggle the disable options off.

### How does link replacement in comment URLs work?

When a comment contains an external link, WordPress normally outputs it as a clickable`
<a href="…">` tag. Search engines can still detect and follow these links even when
they are marked `rel="nofollow"`. To prevent this, the plugin can replace those 
links with safe, non-clickable `<span>` elements.

The original URL is preserved inside a data-uri attribute, so a link like:

    ```
    <a href="https://example.com">Example</a>
    ```

becomes:

    ```
    <span data-uri="https://example.com">Example</span>
    ```

You can choose whether to replace links **inside the comment text**, the **comment
author profile URL**, or both. This keeps everything looking the same for visitors
but removes the link functionality so search engines cannot treat them as real outbound
links. The replacement happens only on the front end and does not modify the actual
comment stored in your database.

## Reviews

![](https://secure.gravatar.com/avatar/d4971d18e2060062c60bad91ddb617b0e7b4721a431e3572ba9cca5792b2c8b5?
s=60&d=retro&r=g)

### 󠀁[Works as expected](https://wordpress.org/support/topic/works-as-expected-947/)󠁿

 [asinsakn](https://profiles.wordpress.org/asinsakn/) February 5, 2026 1 reply

It removed my 4000+ comments with 1 click for free. No payments or anything required.
Thanks a lot.

![](https://secure.gravatar.com/avatar/311c4294abe1673d001a67d7c55668dc46c499569de50ebd3c527644b373129a?
s=60&d=retro&r=g)

### 󠀁[Fast and very effectful](https://wordpress.org/support/topic/fast-and-very-effectful/)󠁿

 [dikonzept](https://profiles.wordpress.org/dikonzept/) January 24, 2026 1 reply

Fast and very effective plugin

![](https://secure.gravatar.com/avatar/0c8e09ee471edf98b6bada0085b2993678395c94c1044dbccd0038def4a2e191?
s=60&d=retro&r=g)

### 󠀁[Works perfrectly](https://wordpress.org/support/topic/works-perfrectly/)󠁿

 [flames_trm](https://profiles.wordpress.org/flames_trm/) November 24, 2025 2 replies

Nice Plugin, thanks a lot. Feature request: add an option to also disable blog globally.

![](https://secure.gravatar.com/avatar/a3fdff66fd6ec14c88122fd3824f54965885f2665d6a1717609b8ee42accaf88?
s=60&d=retro&r=g)

### 󠀁[Johnny. On the spot !!](https://wordpress.org/support/topic/johnny-on-the-spot-3/)󠁿

 [virtualechous](https://profiles.wordpress.org/virtualechous/) March 17, 2025

Easy, great product, kudos.

![](https://secure.gravatar.com/avatar/78cc2fbaf6f31678e3bd59d0ccafb302f993201ba20f1e766a93ee352c298ca9?
s=60&d=retro&r=g)

### 󠀁[Convenient!](https://wordpress.org/support/topic/convenient-36/)󠁿

 [annaelena](https://profiles.wordpress.org/annaelena/) February 7, 2025

The Quickest and Most preferred Plugin for this! ^^

![](https://secure.gravatar.com/avatar/3db4e9ada077b306938cac9cc6d6e1551492627bcf573816ff8cda37ee65fd29?
s=60&d=retro&r=g)

### 󠀁[Awesome](https://wordpress.org/support/topic/awesome-10194/)󠁿

 [drmicro93727](https://profiles.wordpress.org/drmicro93727/) February 4, 2024

The rare times when a plugin provides a functionality that should be in the core
of Wordpress itself. Excellent work on this plugin as it does exactly what it says.

 [ Read all 39 reviews ](https://wordpress.org/support/plugin/comments-plus/reviews/)

## Contributors & Developers

“Disable Comments & Delete All Comments” is open source software. The following 
people have contributed to this plugin.

Contributors

 *   [ Themeisle ](https://profiles.wordpress.org/themeisle/)

“Disable Comments & Delete All Comments” has been translated into 1 locale. Thank
you to [the translators](https://translate.wordpress.org/projects/wp-plugins/comments-plus/contributors)
for their contributions.

[Translate “Disable Comments & Delete All Comments” into your language.](https://translate.wordpress.org/projects/wp-plugins/comments-plus)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/comments-plus/), check
out the [SVN repository](https://plugins.svn.wordpress.org/comments-plus/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/comments-plus/) 
by [RSS](https://plugins.trac.wordpress.org/log/comments-plus/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### Version 1.3.0 (2026-01-12)

 * Disable Comments joins Themeisle – The plugin has been acquired by Themeisle,
   ensuring continued development and support. No action is required.
 * Simplified settings interface
 * Renamed and restructured tabs
 * Fixed functionality of replacing comment author external links
 * Updated dependencies
 * Enhanced security

#### 1.2.0 (05.12.2024)

 * Added: Compatibility with WordPress 6.7

#### 1.1.9 (21.03.2024)

 * Added: Compatibility with WordPress 6.5
 * Added: Compatibility with php 8.3

#### 1.1.8 (21.11.2023)

 * Added: Compatibility with WordPress 6.4
 * Added: Compatibility with php 8.2

#### 1.1.7 (22.03.2023)

 * Fixed: Freemius framework conflict
 * Added: Compatibility with WordPress 6.2

#### 1.1.6 (30.05.2022)

 * Added: Compatibility with WordPress 6.0

#### 1.1.5 (23.03.2022)

 * Added: Compatibility with Disable admin notices plugin

#### 1.1.4 (23.03.2022)

 * Added: Compatibility with WordPress 5.9
 * Fixed: Minor bugs

#### 1.1.3 (20.10.2021)

 * Added: Compatibility with WordPress 5.8
 * Fixed: Minor bugs

#### 1.1.2 (16.12.2020)

 * Added: Subscribe form
 * Fixed: Minor bugs

#### 1.1.1

 * Added: Compatibility with WordPress 4.2 – 5.x
 * Added: Multisite support
 * Fixed: Minor bugs

#### 1.0.9

 * Fixed: Update core

#### 1.0.8

 * Fixed: Update core
 * Fixed: Small bugs
 * Fixed: Translations

#### 1.0.7

 * Fixed: Update core
 * ADDED: Plugin options caching to reduce database queries for 90%. Clearfy became
   lighter and faster.
 * ADDED: Compress and cache the plugin core files, to reduce the load on the admin
   panel

#### 1.0.5

 * Added a new feature: Added page for cleaning comments
 * Fixed: Bugs with Woocommerce

#### 1.0.4

 * Update plugin core
 * Fixed bug reduced plugin weight.
 * Fixed JS error with external links option.
 * Add french translation

#### 1.0.3

 * Update plugin core

#### 1.0.2

 * Fixed a bug where you selected the recommended mode, on some pages you see a 
   white screen. Now you will not encounter this error.

#### 1.0.1

 * Plugin release

## Meta

 *  Version **1.3.0**
 *  Last updated **3 months ago**
 *  Active installations **9,000+**
 *  WordPress version ** 5.6 or higher **
 *  Tested up to **6.9.4**
 *  PHP version ** 7.4 or higher **
 *  Languages
 * [English (US)](https://wordpress.org/plugins/comments-plus/) and [Russian](https://ru.wordpress.org/plugins/comments-plus/).
 *  [Translate into your language](https://translate.wordpress.org/projects/wp-plugins/comments-plus)
 * Tags
 * [delete all comments](https://twd.wordpress.org/plugins/tags/delete-all-comments/)
   [delete comments](https://twd.wordpress.org/plugins/tags/delete-comments/)[disable comments](https://twd.wordpress.org/plugins/tags/disable-comments/)
   [remove comments](https://twd.wordpress.org/plugins/tags/remove-comments/)
 *  [Advanced View](https://twd.wordpress.org/plugins/comments-plus/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  39 5-star reviews     ](https://wordpress.org/support/plugin/comments-plus/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/comments-plus/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/comments-plus/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/comments-plus/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/comments-plus/reviews/?filter=1)

[Add my review](https://wordpress.org/support/plugin/comments-plus/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/comments-plus/reviews/)

## Contributors

 *   [ Themeisle ](https://profiles.wordpress.org/themeisle/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/comments-plus/)