Requires: 6.3
Tested up to: 6.7
License: GPL-2.0+
Plugin page: Knowledge Base | WordPress.org Plugin page
Effortlessly build a comprehensive knowledge base for unlimited products on your WordPress site and elevate your customer support experience.
Knowledge Base is an easy-to-use WordPress plugin that allows you to create a knowledge base / FAQ section on your site.
You can use it to create a single or multi-product knowledge base with little effort.
The plugin was born after I tried several free plugins and themes that didn't fit my purpose. It's designed to be very easy to install and use out of the box.
You can view a live demo of my knowledge base.
- Articles: A custom post type
wz_knowledgebase
is used to store all the knowledge base articles - Sections: A custom taxonomy (
kbcategory
) used to create the knowledge base. You will need at least one category to display the knowledge base. Add these categories under Knowledge Base > Sections - Tags: Additionally you can use tags (
kbtags
) can also be used for each knowledge base article.
- Supports unlimited knowledge bases using different sections with unlimited nested levels
- Inbuilt styles that display the Knowledge Base beautifully and are fully responsive - Uses the Responsive Grid System
- Customizable permalinks: Archives are enabled so your knowledge base can be viewed automatically at
/knowledgebase/
upon activation. You can change this on the Settings page - Shortcode:
[knowledgebase]
will allow you to display the knowledge base on any page you choose. For other shortcodes, check the FAQ - Gutenberg block: You can display the knowledge base using a block. Find it by typing
kb
orknowledge base
when adding a new block - Breadcrumbs: Default templates include breadcrumbs. Alternatively, use the function or shortcode to display this where you want
- Widgets: WZKB Articles, WZKB Sections and WZKB Breadcrumbs
- Inbuilt cache to speed up the display of your knowledge base articles
If you have an idea, I'd love to hear it. WebberZone Knowledge Base is also available on Github. You can create an issue on the Github page or, better yet, fork the plugin, add a new feature and send me a pull request.
Knowledge Base Menu in the WordPress Admin
For more screenshots, visit the WordPress plugin page
- Navigate to "Plugins" within your WordPress Admin Area
- Click "Add new" and in the search box enter "Knowledgebase" or "Knowledge Base"
- Find the plugin in the list (usually the first result) and click "Install Now"
- Activate or Network activate the Plugin in WP-Admin under the Plugins screen
- Download the plugin
- Extract the contents of knowledgebase.zip to wp-content/plugins/ folder. You should get a folder called knowledgebase.
- Activate or Network activate the Plugin in WP-Admin under the Plugins screen
- Visit
Knowledge Base » Sections
to add new categories to the knowledge base - Visit
Knowledge Base » Add New
to add new Articles to the knowledge base. You can select a section from there while adding - Optionally, create a new page or edit an existing one and add the shortcode
[knowledgebase]
or use the block to set up this page to display the knowledgebase
The plugin supports unlimited levels of category hierarchy. To build a multi-product knowledge base:
- Set the First section level under the Output tab to 2
- Create a set of top-level sections for each product
- Create sub-sections for each of the products
This live demo is a working example of a multi-product knowledge base.
Check out the FAQ on the plugin page and the Knowledge Base.
If your question is not listed below, please create a new post at the WordPress.org support forum. It is the fastest way to get support, as I monitor the forums regularly. I also provide premium paid support via email.
This is usually due to outdated permalinks. To flush the existing permalink rules, visit Settings > Permalinks in your WordPress admin area.
For details on all the shortcodes included in the plugin, refer to this Knowledge Base article.
WebberZone Knowledge Base comes built with custom templates to display archives of the articles, category archives, and search results. You can easily override any of these templates by creating your template in your theme's folder or in wp-content/knowledgebase/templates
- Article view: single-wz_knowledgebase.php or single-wz_knowledgebase.html
- Articles archive: archive-wz_knowledgebase.php or archive-wz_knowledgebase.html
- Category archive: taxonomy-wzkb_category.php or taxonomy-wzkb_category.html
- Search results: wzkb-search.php or wzkb-search.html
The plugin doesn't have an inbuilt feature to sort posts or sections. You will need an external plugin like Intuitive Custom Post Order which allows you to easily drag and drop posts, sections or tags to display them in a custom order.
You can report security bugs through the Patchstack Vulnerability Disclosure Program. The Patchstack team help validate, triage and handle any security vulnerabilities. Report a security vulnerability.
This GitHub repository always holds the latest development version of the plugin. If you're looking for an official WordPress release, you can find this on the WordPress.org repository. In addition to stable releases, the latest beta versions are made available under releases.