Skip to content

Commit 4b0e132

Browse files
update plugin description and readme
1 parent 7987936 commit 4b0e132

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ Disable Blog
1010

1111
## Description
1212

13-
WordPress, without the blog. Activate to disable the blog functions within WordPres, for a site without a blog.
14-
15-
A plugin to disable the blog functionality of WordPress (by hiding, removing, and redirecting). Useful when you want a WordPress site to remain static and hide blog-related elements from admin users.
13+
Go blog-less with WordPress. This plugin disables all blog-related functionality (by hiding, removing, and redirecting).
1614

1715
Does the following:
1816

disable-blog.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* @wordpress-plugin
1616
* Plugin Name: Disable Blog
1717
* Plugin URI: https://wordpress.org/plugins/disable-blog/
18-
* Description: A plugin to disable the blog functionality of WordPress (by hiding, removing, and redirecting).
18+
* Description: Go blog-less with WordPress. This plugin disables all blog-related functionality (by hiding, removing, and redirecting).
1919
* Version: 0.4.8.1
2020
* Author: Joshua Nelson
2121
* Author URI: http://joshuadnelson.com

readme.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,22 @@ All the power of WordPress, but without a blog.
1212

1313
== Description ==
1414

15-
Free your WordPress site from the blog! Maintain a static website without "posts."
15+
Free your WordPress site from the blog! Maintain a static website without "posts." Go blog-less with WordPress.
1616

17-
This plugin to disables the "blog" functions of WordPress - mostly by hiding admin pages/settings and redirecting urls on both the front-end and admin portions of your site.
17+
This plugin disables all blog-related functionality, mostly by hiding admin pages/settings and redirecting urls on both the front-end and admin portions of your site.
1818

1919
**Important**: If Settings > Reading > "Front Page Displays" is not set to show on a page, then this plugin will not function correctly. **You need to select a page to act as the home page**. Not doing so will mean that your post page can still be visible on the front-end of the site. Note that it's not required, but recommended you select a page for the "posts page" setting, this page will be automatically redirected to the static "home page."
2020

21+
**Site Content & Data**: This plugin will not delete any of your site's data, however it does by default redirect all posts and post comments to the homepage (refer to the documentation on ways to change this behavior).
22+
23+
If you have any posts, comments, categories, and/or tags, delete them prior to activation (or deactivate this plugin, delete them, and re-active). If you don't delete them, they will remain in your database and become accessible if you deactivate this plugin or modify the plugin bevhior to show posts.
24+
2125
**Comments**: Comments remain enabled, unless the 'post' type is the only type supporting comments (pages also support comments by default, so the comments section won't disappear in most cases). If you're looking to disable comments completely, check out the [Disable Comments](https://wordpress.org/plugins/disable-comments/) plugin.
2226

2327
**Categories & Tags**: These are hidden and redirected, unless they are supported by a custom post type.
2428

2529
**Custom Post Types**: For the most part this plugin shouldn't bother any custom post types. If you are using a custom post type that supports the built-in `category` and/or `post_tag` taxonomies, they will be visible and accessible through that post type.
2630

27-
**Site Content & Data**: This plugin will not delete any of your site's data, however it does by default redirect all posts and post comments to the homepage (refer to the documentation on ways to change this behavior).
28-
29-
If you have any posts, comments, categories, and/or tags, delete them prior to activation (or deactivate this plugin, delete them, and re-active). If you don't delete them, they will remain in your database and become accessible if you deactivate this plugin or modify the plugin bevhior to show posts.
30-
3131
**Support**: This plugin is maintained for free but **please reach out** and I will assist you as soon as possible. You can visit the [support forums](https://wordpress.org/support/plugin/disable-blog) or the [issue](https://github.com/joshuadavidnelson/disable-blog/issues) section of the [GitHub repository](https://github.com/joshuadavidnelson/disable-blog).
3232

3333
= View on GitHub & Contribute =

0 commit comments

Comments
 (0)