
前言介紹
- 這款 WordPress 外掛「VS Knowledge Base」是 2014-08-28 上架。
- 目前有 300 個安裝啟用數。
- 上一次更新是 2026-02-14,距離現在已有 11 天。
- 外掛最低要求 WordPress 6.0 以上版本才可以安裝。
- 外掛要求網站主機運作至少需要 PHP 版本 7.4 以上。
- 有 16 人給過評分。
- 論壇上目前有 2 個提問,問題解答率 50%
外掛協作開發者
外掛標籤
faq | wiki | ClassicPress | knowledge base | frequently asked questions |
內容簡介
關於
這是一個輕量級的外掛,用於建立知識庫。
在頁面上添加 shortcode [knowledgebase] 或使用小工具來顯示您的分類和文章。
您可以通過為縮略語或小工具添加屬性來個性化您的知識庫。
此外,此外掛還可用於創建常見問題或維基百科。
您還可以從自定義文章類型(例如“產品”或“事件”)中列出分類和文章。
使用方法
安裝後創建一個頁面,並添加 shortcode [knowledgebase] 以顯示您的分類和文章。
或者,轉到外觀 > 小工具並使用小工具來顯示您的分類和文章。
默認分類設置:
使用縮略語時為4列
使用小工具時為1列
按名稱排序
升序排列(A-Z)
隱藏空分類
父類和子類別分開列出
默認文章設置:
按日期排序
降序排列(新到舊)
顯示所有文章
Shortcode 屬性
您可以為上述shortcode添加屬性。
將自定義 CSS 類添加到知識庫: class="your-class-here"
更改列數: columns="3"
包括某些分類: include="1,3,5"
排除某些分類: exclude="8,10,12"
顯示空分類: hide_empty="0"
顯示分類說明: description="true"
更改每個分類的文章數量: posts_per_page="5"
按升序顯示文章: order="ASC"
按標題顯示文章: orderby="title"
隨機顯示文章: orderby="rand"
顯示文章數量(文章計數):count="true"
顯示文章元數據(日期和作者):meta="true"
顯示“查看全部”鏈接:all_link="true"
更改“查看全部”鏈接的標籤:all_link_label="your label here"
更改沒有標題的文章的標籤:no_title_label="your label here"
關於列屬性:您可以選擇1-4列,在移動設備屏幕上為2列(除了1列知識庫)。
當使用您自己的樣式時,您可以使用columns="0"來禁用分隔線風格。
範例:
一個屬性:[knowledgebase posts_per_page="5"]
多個屬性:[knowledgebase include="1,3,5" hide_empty="0" meta="true"]
小工具屬性
小工具支持相同的屬性。不要添加主要的 shortcode 標籤或括號。
範例:
一個屬性:posts_per_page="5"
多個屬性:include="1,3,5" hide_empty="0" meta="true"
文章標籤
除了按類別列出文章外,您還可以按標籤列出文章:taxonomy="post_tag"
自定義文章類型
您還可以從自定義文章類型(例如“產品”或“事件”)中列出分類和文章。
要列出這些分類和文章,您應該添加2個 shortcode 屬性:“taxonomy”和“post_type”
例如,您可以列出 WooCommerce 產品:
列出產品:taxonomy="product_cat" post_type="product"
原文外掛簡介
About
With this lightweight plugin you can create a knowledge base that contains your categories and posts.
Main features of the plugin:
Free and lightweight
Support for Block Editor and Classic Editor
Display your knowledge base with block, shortcode or widget
Custom post types are supported (such as WooCommerce product categories and products)
Customize your knowledge base with attributes
Documentation at WP plugin page
Active support from developer at WP forum
With this plugin you can also create a FAQ or wiki in the same way as a knowledge base.
How to use
After installation make sure you already have some categories and posts.
Go to the editor and add the VS Knowledge Base block or the shortcode [knowledgebase] to a page. This will display your knowledge base.
Or go to Appearance > Widgets and use the VS Knowledge Base widget.
Default settings categories:
4 columns when using block or shortode
1 column when using widget
2 columns in small screens
Order by name
Ascending order (A-Z)
Empty categories are hidden
Parent and subcategories are displayed separately
Default settings posts:
Order by date
Descending order (new to old)
All posts are displayed
Customize your knowledge base with attributes.
Attributes
You can customize your knowledge base by adding attributes to the block, shortcode or widget.
Add custom CSS class to knowledge base: class="your-class-name"
Change the number of columns: columns="3"
Disable the columns: columns="0"
Include certain categories: include="1,3,5"
Exclude certain categories: exclude="8,10,12"
Display empty categories too: hide_empty="0"
Change the number of posts per category: posts_per_category="5"
Reverse the order of posts: order="ASC"
Display posts by title: orderby="title"
Display posts in random order: orderby="rand"
Disable category link: category_link="false"
Display category description: category_description="true"
Display post counter: post_count="true"
Display post meta (date and author): post_meta="true"
Display View All link: view_all_link="true"
Change label of View All link: view_all_link_label="your label"
Change label of post without title: no_post_title_label="your label"
Change the “no categories are found” text: no_categories_text="your text"
Example: [knowledgebase include="1,3,5" hide_empty="0" post_meta="true"]
When using the block or the widget, don’t add the main shortcode tag or the brackets.
Example: include="1,3,5" hide_empty="0" post_meta="true"
With the columns attribute you can set the number of columns between 1 and 4.
In small screens max 2 colums.
You can disable the columns in favour of your own styling.
The columns attribute will be ignored when using the block or widget. Because you can set the columns via the block or widget settings.
Post tags
Besides displaying posts by category you can also display posts by tag: taxonomy="post_tag"
Custom post types
It’s also possible to display categories and posts from a custom post type (such as WooCommerce product categories and products).
To display these categories and posts you should add 2 attributes: “taxonomy” and “post_type”
WooCommerce:
Product categories and products: taxonomy="product_cat" post_type="product"
Include product category image: taxonomy="product_cat" post_type="product" woo_image="true"
Display by tag instead of category: taxonomy="product_tag" post_type="product"
Have a question?
Please take a look at the FAQ section.
Translation
Translations are not included, but the plugin supports WordPress language packs.
More translations are very welcome!
The translation folder inside this plugin is redundant, but kept for reference.
Credits
Without help and support from the WordPress community I was not able to develop this plugin, so thank you!
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「VS Knowledge Base」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
5.8 | 5.9 | 6.0 | 6.1 | 6.2 | 6.3 | 6.4 | 6.5 | 6.6 | 6.7 | 6.8 | 6.9 | 7.0 | 7.1 | 7.2 | 7.3 | 7.4 | 7.5 | 7.6 | 7.7 | 7.8 | 7.9 | 8.0 | 8.1 | 8.2 | 8.3 | 8.4 | 8.5 | 8.6 | 8.7 | trunk |
延伸相關外掛(你可能也想知道)
BuddyPress Docs 》BuddyPress Docs 為您的 BuddyPress 社群增添了協作工作空間。它是維基百科、文件編輯和共享 Dropbox 等多種功能的結合體。可以認爲這些文檔就像是大 G (if y...。
weDocs: AI Powered Knowledge Base, Docs, Documentation, Wiki & AI Chatbot 》使用這個外掛,您可以為您的產品創建出美觀的文檔。在您的網站上整理您的產品文檔,呈現出美輪美奐的風格!, , 文檔, Github, , 這個外掛讓您可以在 WordPres...。
Yada Wiki 》Yada Wiki 提供了一種 wiki 文章型別、自定義標籤和分類、目錄索引以及章節表格選項的 WordPress 外掛。此外,該外掛還允許您使用 wiki 頁面標題將您的 wiki ...。
WordPress Knowledge base & Documentation Plugin – WP Knowledgebase 》建立一個具有吸引力且專業的知識庫或文件。WP知識庫易於使用、易於自訂,並可與任何佈景主題配合使用。, 為什麼知識庫很重要?, , 常常會有人選擇自我服務 - ...。
Knowledge Base documentation & wiki plugin – BasePress Docs 》ar articles widget, Article attachments, Article feedback with comments and ratings, Article history revisions, Advanced analytics and reporting, C...。Wikipedia Preview 》透過免費的維基百科知識,增強您的網站!, 安裝維基百科預覽,這款免費的外掛設計是為了更好地吸引您的訪客,改善您網站的使用體驗。, 維基百科預覽插件提供...。
Encyclopedia / Glossary / Wiki 》ia Pro, Encyclopedia 是最先進的 WordPress 百科全書 / 詞彙表 / 詞匯 / Wiki / 詞典 / 知識庫 / 目錄 / 詞彙外掛,可讓您在 WordPress 中完全融合、與所有...。
RDP Wiki Embed 》RDP Wiki Embed 可以從任何 MediaWiki 網站(如 wikipedia.org)中提取內容並嵌入在頁面和文章中。它會剝除和重新格式化內容,允許您提供一些參數來指定如何...。
WP Wiki Tooltip 》此外掛可以添加解釋性的工具提示,其內容是從一個MediaWiki安裝中查詢,例如Wikipedia.org。因此,可以在文章和頁面中使用簡碼來標記關鍵詞並將其連結到公開...。
LuckyWP Glossary 》「LuckyWP Glossary」外掛在網站上實現了詞彙表/字典的功能:以字母順序排列的單詞列表,並包含這些詞彙的定義。 LuckyWP Glossary採用響應式網頁設計,並提...。
Glossary by WPPedia – Best Glossary plugin for WordPress 》文章、網頁和產品頁面,其中使用了特定行業的術語。擁有一個專門的詞彙表可以提高用戶體驗、優化 SEO 和 Google 排名。WPPedia 是一款 WordPress 詞彙表插件...。Wiki Embed 》Wiki Embed 外掛旨在幫助您建立一個 (http://wiki.ubc.ca/Resource_Management_Framework "資源管理架構")。, 此外掛可從任何Media Wiki網站(例如wikipedia....。
Documentation 》Documentation 提供可靠的結構和工具,以便於維護基於 WordPress 的文件管理系統。, 利用 WordPress 的框架和內部結構,這個系統提供了一個全新的區域,以獨...。
Wikilookup 》Wikilookup 允許您輕鬆地添加來自維基百科(和其他維基)的彈出窗口和信息卡到您的文章中。, 功能, , 輕鬆標記帖子中的單詞和術語,以從維基百科文章中彈出信...。
Hurrakify 》 Hurrakify 是一款為文章添加提示框的 WordPress 外掛。這意味著:難以閱讀的單詞會被底線標出。當游標移到這些單詞上時,即會顯示相應的解釋。Hurrakify 從 ...。
