
前言介紹
- 這款 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 |
延伸相關外掛(你可能也想知道)
Accordion FAQ – Compatible With All Page Builder (Elementor, Gutenberg) 》感謝使用我們的外掛。如果需要一個很棒的手風琴常見問題解答(FAQ)外掛,那就是它了。Responsive Accordion 備有 WordPress 的優秀手風琴 FAQ 建構工具,您...。
WP responsive FAQ with category plugin 》gin Features:, , 10 Pre-Designed Templates, Custom FAQ Templates, FAQ Grid View, FAQ Carousel View, FAQ with Thumbnail View, FAQ with Read More Vie...。SFN Easy FAQ Manager 》使用自定義文章類型和分類法來管理網站的常見問題解答區。包括一組自定義的分類法來進行組織,還有短碼選項用於不同的顯示配置。查看常見問題解答區 以瞭解完...。
Master Accordion ( Former WP Awesome FAQ Plugin ) 》, Master Accordion(以前稱為「WP Awesome FAQ Plugin」)。, , WP Awesome FAQ Plugin 無需額外配置。WP Awesome FAQ Plugin 允許您創建標題、描述不限的...。
FAQ Concertina 》FAQ Concertina 是一款 WordPress 外掛,您可以使用插件簡單地在頁面或博客文章中以美觀而清晰的方式顯示常見問題(FAQs)列表。, 透過在 WordPress 頁面或博...。
OtFm Gutenberg Spoiler – (or FAQ) collapse block 》WordPress 5.0 推出了基於區塊的編輯器 (代號 "Gutenberg"),提供簡化的編輯體驗。, 此外,此外掛在區塊編輯器中提供了 2 種小折疊效果:, 小型折疊效果, 方...。WP Super FAQ 》WP Super FAQ 使用 WordPress 3.1+ 自訂文章類型和分類法 (taxonomies),以包含對您網站的問與答 (Frequently Asked Questions/Question and Answer) 支援。...。
Easy FAQs 》常見問題解答(FAQs)是協助您的客戶快速獲得所需答案的重要工具。, 一個組織良好的常見問題解答頁面可以讓使用者在不必閱讀乏味的文件說明下得到所需答案。...。
Superior FAQ 》這個外掛可以建立常見問答集,並透過簡碼在任何頁面、文章和小工具區域列出它們。, 此外掛附帶實用的簡碼建立器,可協助您輕鬆設定不同的屬性。, 演示, 功能,...。
FAQ Manager For Divi, Gutenberg Block & Shortcode 》, FAQ Manager For Divi, Gutenberg Block & Shortcode 可以幫助您在您的網站上添加、管理、分類、設計和創建結構化的問與答數據 (SEO)。, , , 特點, 管...。
WooCommerce Product FAQs 》從 3.0.0 版本開始,此外掛有以下需求:, , PHP 5.3+, WooCommerce 2.0.0+, , 如果您曾使用過 eBay 的「向買家提問」系統,您將會知道該外掛的使用方式。, Wo...。Smart FAQ 》提供漂亮的 FAQ 頁面,點擊問題後會平滑淡入所需的答案。, 在同一頁面上擁有常見問題集可以提供24/7的即時答案,有助於提高客戶服務。可惜的是,, 大多數 FAQ...。
FAQ Builder AYS 》WordPress FAQ Builder, , FAQ Builder, FAQ Builder 免費展示版, FAQ Builder Pro 展示版, FAQ Builder 文件, , , WordPress 常見問題解答外掛 讓您以漂亮的...。Accordion FAQ 》這個外掛提供像手風琴般的 FAQ,並提供在分類/類別頁面中使用簡碼標籤的功能,您可以將此簡碼標籤直接插入任何頁面、文章和小工具中。, , 此外掛的特點如下:...。
Free Responsive Accordian FAQ and Question Answer 》幾乎所有的網站都有常見問題頁面,Responsive Accordion FAQ and Question Answer 外掛可讓您輕鬆地在網站上顯示常見問題。, 將以下的短碼放到任何頁面上來顯...。
