=== Knowledgebase === Contributors: Ajay, WebberZone Donate link: https://webberzone.com/donate/ Tags: knowledgebase, FAQ, frequently asked questions, knowledge base, support, documentation Requires at least: 3.5 Tested up to: 4.3 Stable tag: trunk License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html The easiest way to create a Knowledgebase or FAQ on your WordPress blog. == Description == As the name suggests, [Knowledgebase](https://github.com/WebberZone/knowledgebase) will allow you to create a simple Knowledgebase on your WordPress blog. I felt the need to write up this simple plugin after I tried several free plugins out there, but none seemed to fit my purpose. In the spirit of open source, I'm releasing this to everyone who might find it useful. = Main features: = * Uses a custom post type `wz_knowledgebase` with a slug of `wzkb` ensuring your data always stays even if you choose to delete this plugin * Uses Categories ( `kbcategory` ) to automatically draw up the knowledgebase * Additionally tags ( `kbtags` ) can also be used for each knowledgebase article. This helps to view listings by tag * Shortcode `[[knowledgebase]]` will allow you to display the knowledgebase on any page of your choosing. I prefer creating one with the slug `knowledgebase` * Inbuilt styles to display the knowledge beautifully There are still many features that can go into this plugin. Got an idea? Then you can [create an issue on the Github page](https://github.com/WebberZone/knowledgebase/issues). == Installation == 1. Upload `knowledgebase` to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Create a new page or edit an existing one and add the shortcode `[knowledgebase]` to set up this page to display the knowledgebase 4. Visit `Knowledgebase » Add New` to add new Articles to the knowledgebase 5. Visit `Knowledgebase » KB Category` to add new categories to the knowledgebase. Alternatively, you can add new categories from the meta box in the Add New page The plugin supports unlimited levels of category hierarchy, however, the recommended setting for creating the knowledge base is to create a top level category with the name of the knowledgebase and sub-level categories for each section of this knowledgebase. Check out the Category view screenshot as an example. == Frequently Asked Questions == If your question isn't listed here, please post a comment at the WordPress.org support forum. I monitor the forums on an ongoing basis. If you're looking for more advanced support, please see details here. Alternatively, [create an issue on the Github page](https://github.com/WebberZone/knowledgebase/issues). = Shortcode = You can display the knowledgebase anywhere in your blog using the `[knowledgebase]` shortcode. The recommended option is to add this to a dedicated page. The plugin takes one optional attribute `category`: `[knowledgebase category="92"]` *category* : Category ID for which you want to display the knowledge base. You can find the ID in the KB Category listing under Knowledgebase in the WordPress Admin. == Screenshots == 1. Knowledgebase Menu in the WordPress Admin 2. Knowledgebase Viewer Facing with Default styles 3. Knowledgebase Category view in the WordPress Admin == Changelog == = 1.0.0 = * Initial release == Upgrade Notice == = 1.0.0 = * Initial release