Unblog WP
A plugin for WordPress that removes blog specific functionality (posts, comments) to run a clean page-based website.
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/operat/unblog-wp/archive/refs/heads/master.zipA plugin for WordPress that removes blog specific functionality (posts, comments) to run a clean page-based website.
Description
Occasionally WordPress is used as a CMS for websites that don't need blogging functionality. This plugin removes all blog related features, like the the built-in post type post and comments. The plugin works unobstrusively: No data is deleted from the database; all is done by disabling, hiding and redirecting. The plugin is simple by design, because it's meant to be comfortable and fast.
The code is in parts forked from tonykwon and forked from mattclements.
Installation
- Download the plugin
- Upload
unblog-wpfolder to/wp-content/plugins/directory - Activate the plugin in WordPress
To get automatic updates also install the GitHub Updater plugin.
License
The code is available under the GNU GPLv3 license.