-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4a4c642
commit 5da6479
Showing
1 changed file
with
49 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,49 @@ | ||
=== Simply Disable Comments === | ||
Contributors: handyplugins, m_uysl, wphandle | ||
Tags: comments, spam, disable-comments | ||
Requires at least: 5.0 | ||
Tested up to: 6.2 | ||
Requires PHP: 7.2 | ||
Stable tag: 0.1.0 | ||
License: GPLv2 or later | ||
License URI: https://www.gnu.org/licenses/gpl-2.0.html | ||
|
||
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 needed. | ||
|
||
== 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. | ||
|
||
=== Manually === | ||
1. Upload the `simply-disable-comments` folder to the `/wp-content/plugins/` directory | ||
2. Activate the Powered Cache 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, you can enable/disable comments on a per-site basis. | ||
|
||
= Is it compatible with multisite? = | ||
|
||
Yes! It's compatible with both single site and multisite. | ||
|
||
== Changelog == | ||
|
||
= 0.1.0 = | ||
* Initial release | ||
=== Simply Disable Comments === | ||
Contributors: handyplugins, m_uysl, wphandle | ||
Tags: comments, spam, disable-comments | ||
Requires at least: 5.0 | ||
Tested up to: 6.2 | ||
Requires PHP: 7.2 | ||
Stable tag: 0.1.0 | ||
License: GPLv2 or later | ||
License URI: https://www.gnu.org/licenses/gpl-2.0.html | ||
|
||
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. | ||
|
||
== 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. | ||
|
||
=== Manually === | ||
1. Upload the `simply-disable-comments` folder to the `/wp-content/plugins/` directory | ||
2. Activate the Powered Cache 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.0 = | ||
* Initial release |