-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
75 lines (52 loc) · 2.92 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
=== Simply Disable Comments ===
Contributors: handyplugins, m_uysl, wphandle
Tags: comments, spam, disable-comments
Requires at least: 5.0
Tested up to: 6.7
Requires PHP: 7.2
Stable tag: 0.1.3
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Donate link: https://handyplugins.co/donate/
A simple way to fully disable comments on your WordPress.
== Description ==
This plugin simply removes the commenting feature on your WordPress. It's a simple plugin; just setup and forget – no configuration is needed.
If you like our Simply Disable Comments plugin, then consider checking out our other projects:
* <a href="https://handyplugins.co/magic-login-pro/" rel="friend">Magic Login Pro</a> – Easy, secure, and passwordless authentication for WordPress.
* <a href="https://handyplugins.co/easy-text-to-speech/" rel="friend">Easy Text-to-Speech for WordPress</a> – Transform your textual content into high-quality synthesized speech with Amazon Polly.
* <a href="https://handyplugins.co/handywriter/" rel="friend">Handywriter</a> – AI-powered writing assistant that can help you create content for your WordPress.
* <a href="https://handyplugins.co/paddlepress-pro/" rel="friend">PaddlePress PRO</a> – Paddle Plugin for WordPress
* <a href="https://poweredcache.com/" rel="friend">Powered Cache</a> – Caching and Optimization for WordPress – Easily Improve PageSpeed & Web Vitals Score
* <a href="https://handyplugins.co/wp-accessibility-toolkit/" rel="friend">WP Accessibility Toolkit</a> – A collection of tools to help you make your WordPress more accessible.
= Contributing & Bug Report =
Bug reports and pull requests are welcome on [Github](https://github.com/HandyPlugins/simply-disable-comments/).
== Installation ==
= From within WordPress =
1. Visit 'Plugins > Add New'
2. Search for 'Simply Disable Comments'
3. Activate Simply Disable Comments from your Plugins page.
4. That's all.
= Manual Installation =
1. Upload the `simply-disable-comments` folder to the `/wp-content/plugins/` directory
2. Activate the Simply Disable Comments plugin through the 'Plugins' menu in WordPress
3. That's all.
== Frequently Asked Questions ==
= Where is the settings page? =
This plugin doesn't have a settings page. It's just a simple plugin to disable comments. However, on multisite it registers an option under general settings when it is activated network-wide. This way, site admins can enable/disable comments on a per-site basis.
= Is it compatible with multisite? =
Yes! It's compatible with both single sites and multisite.
== Screenshots ==
1. A general settings item on multisite when activated network-wide to allow site owners can control the commenting.
== Changelog ==
= 0.1.3 (2024-07-11) =
* Added playground blueprint.
* Dependency updates.
* Tested with WP 6.6
= 0.1.2 (2024-03-19) =
* Dependency updates.
* Tested with WP 6.5
= 0.1.1 (2023-07-19) =
* Bugfix
* Tested with WP 6.3
= 0.1.0 =
* Initial release