You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,7 @@ Disable Blog
10
10
11
11
## Description
12
12
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).
Copy file name to clipboardExpand all lines: readme.txt
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -12,22 +12,22 @@ All the power of WordPress, but without a blog.
12
12
13
13
== Description ==
14
14
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.
16
16
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.
18
18
19
19
**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."
20
20
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
+
21
25
**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.
22
26
23
27
**Categories & Tags**: These are hidden and redirected, unless they are supported by a custom post type.
24
28
25
29
**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.
26
30
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
-
31
31
**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).
0 commit comments