Knowledgebase core plugin is hosted on WordPress.org. This makes installing it on your site extremely easy and just like any other plugin.

WordPress install (The easy way)

  1. Navigate to “Plugins” within your WordPress Admin Area
  2. Click “Add new” and in the search box enter “Knowledge Base”
  3. Find the plugin in the list (usually the first result) and click “Install Now”
  4. Activate or Network activate the Plugin in WP-Admin under the Plugins screen
Installing Knowledgebase

Manual install

  1. Download the plugin
  2. Extract the contents of knowledgebase.zip to wp-content/plugins/ folder. You should get a folder called knowledgebase.
  3. Activate or Network activate the Plugin in WP-Admin under the Plugins screen

Installing via WP CLI

If you’re using WP CLI, you can install and activate this plugin by running:

wp plugin install knowledgebase --activate

This plugin can also be network activated using:

wp plugin install knowledgebase --activate-network