Linux 软件免费装
Banner图

Knowledge Base

开发者 Ajay
webberzone
更新时间 2026年5月10日 21:06
捐献地址: 去捐款
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

support FAQ documentation knowledge base wiki

下载

1.5.0 3.0.0 1.9.0 2.1.0 2.1.1 1.1.0 1.2.0 1.0.0 1.7.0 1.8.0 2.0.0 2.0.1 2.2.0 2.2.1 1.4.0 1.6.0 2.3.1 2.1.2 2.2.2 1.3.0 2.3.0 2.3.2

详情介绍:

Knowledge Base makes building a knowledge base or FAQ for your WordPress site easy, fast, and scalable. Whether you need a simple FAQ page, a full self-service help center, or a structured multi-product wiki, Knowledge Base scales to fit. Organize articles into products and sections, customize permalinks, and let your customers help themselves: no coding required. Perfect for: Live Demo. Powerful features available in the Free version Pro features Knowledge Base Pro enhances the plugin with advanced features for larger documentation sites, including ratings and feedback, a help widget, a powerful custom permalinks engine, premium layouts, enhanced TOC surfaces, and additional admin tools. Key Concepts 贡献 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.

安装:

WordPress install (The easy way)
  1. Navigate to “Plugins” within your WordPress Admin Area
  2. Click “Add new” and in the search box enter “Knowledgebase” or "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
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
Quick Start When you Activate the plugin for the first time, you will be taken to the Setup Wizard. Follow the instructions to set up your knowledge base. After the Setup Wizard, you can:
  1. Go to Knowledge Base » Products: add your first Products if you've selected Multi-Product mode.
  2. Go to Knowledge Base » Sections: add your first categories.
  3. Go to Knowledge Base » Add New— create articles and assign them to sections.
Want a multi-product Knowledge Base only with Sections?
  1. Set the First section level under the Output tab to 2
  2. Create a set of top-level sections for each product
  3. Create sub-sections for each of the products
See a live example: WebberZone Knowledge Base Demo.

屏幕截图:

  • Knowledge Base Viewer Facing with Default styles
  • Knowledge Base alerts
  • Settings » General
  • Settings » Output
  • Settings » Styles
  • Knowledge Base widgets

升级注意事项:

3.0.0 Major update: Multi-product mode, new Setup Wizard. Introduced Pro.

常见问题:

Why are Knowledge Base pages giving 404 errors?

If you don't see your question answered below, please post it on the WordPress.org support forum. This is the quickest way to get help, as I check the forums daily. For more personalized assistance, I also offer premium paid support via email. Flush permalinks! Go to Settings > Permalinks and just click Save Changes.

What shortcodes are available?

Check the full shortcode guide here: Knowledge Base Shortcodes.

Can I override templates?

Absolutely! Copy these files into your theme or wp-content/knowledgebase/templates/:

  • single-wz_knowledgebase.php
  • archive-wz_knowledgebase.php
  • taxonomy-wzkb_category.php
  • wzkb-search.php
Or .html versions if you are using a block theme.

How do I change the article or section order?

Use a plugin like Intuitive Custom Post Order to easily drag and drop posts, sections or tags to display them in a custom order.

Can I use this as a help center or wiki?

Yes! Knowledge Base works equally well as a help center, wiki, FAQ site, or documentation portal. Use sections to organise topics and products to separate different areas of your documentation.

Does it support multiple products or projects?

Yes. Enable Multi-Product mode via the Setup Wizard to organise articles under separate Products, each with their own sections and sub-sections.

Is it compatible with page builders like Elementor or Divi?

Yes. You can use the [knowledgebase] shortcode in any page builder. The plugin also provides Gutenberg blocks for block-based themes.

Can visitors search the knowledge base?

Yes. The plugin includes a built-in search form (via the [wzkb_search] shortcode and a Search block for Gutenberg) with optional live AJAX suggestions. You can enable or disable live search from the plugin settings. The Pro version also adds a floating Help Widget with live search and suggested articles.

Is it compatible with WPML or Polylang?

Yes. Knowledge Base has built-in support for both WPML and Polylang:

  • Articles, sections, products, and tags are all translatable. WPML uses wpml-config.xml (bundled with the plugin) for automatic configuration. Polylang auto-detects the public post type and taxonomies.
  • Widgets (Articles, Sections, Products) translate stored term IDs to the current language automatically, so you can save a term ID in the default language and the widget will display the correct translation.
  • Archive URLs resolve to the language-aware URL via get_post_type_archive_link(), which both WPML and Polylang filter automatically.
  • Caching is language-aware — cached output is keyed per language so visitors never see content from the wrong locale.
Known limitations:
  • The Pro Custom Permalinks feature builds URL structures using home_url(). With WPML you may need to set the Language URL format to Directory (e.g. /en/, /fr/) for custom permalink structures to resolve correctly per language.
  • The built-in search form posts to home_url( '/' ) — this is the standard WordPress search pattern and is handled correctly by both plugins' URL routing.

How can I report security bugs?

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.

更新日志:

3.0.0 Release post: https://webberzone.com/announcements/knowledge-base-v3-0-0/ Earlier versions For the changelog of earlier versions, please refer to the separate changelog.txt file or the Github releases page