
內容簡介
本外掛提供一個快速簡易的方法,使用自訂文章類型添加常見問題並使用 Gutenberg Blocks 或 shortcodes 顯示這些問題。詳細資訊請參閱下方的文件。
功能
輕鬆使用常見問題自訂文章類型進行添加。
以簡單的列表樣式、手風琴樣式或切換樣式顯示常見問題。
以群組形式顯示常見問題。
以可篩選群組形式顯示常見問題。
以標題或日期排序方式顯示常見問題。
可在設定頁面中自訂顏色及其他設定。
設定頁面中的自訂 CSS 方塊,以覆蓋預設樣式。
可翻譯(附有 POT 檔案和几种主要語言的 PO & MO 翻譯檔案)。
RTL(從右到左的語言)支援。
支援 Visual Composer Plugin。
文件
[faqs] 以簡單的列表樣式顯示所有常見問題。
[faqs order="ASC" orderby="title"] 以簡單的列表樣式顯示所有常見問題,並按標題的升冪排序。
[faqs order="DESC" orderby="title"] 以簡單的列表樣式顯示所有常見問題,並按標題的降冪排序。
[faqs style="grouped"] 以簡單的列表樣式顯示所有分組的常見問題。
[faqs filter="true"] 以簡單的列表樣式顯示可篩選所有可用群組的常見問題。
[faqs filter="group-slug,another-group-slug"] 以簡單的列表樣式顯示只能篩選給定群組別名的常見問題。
[faqs style="toggle"] 以切換樣式顯示所有常見問題。
[faqs style="toggle" filter="true"] 以切換樣式顯示所有可篩選的常見問題。
[faqs style="toggle-grouped"] 以切換樣式以及所有可用群組進行分組的方式顯示所有常見問題。
[faqs style="toggle" order="ASC" orderby="title"] 以切換樣式顯示所有常見問題並按標題的升冪排序。
[faqs style="toggle" order="DESC" orderby="title"] 以切換樣式顯示所有常見問題並按標題的降冪排序。
[faqs style="accordion"] 以手風琴樣式顯示所有常見問題。
[faqs style="accordion" filter="true"] 以手風琴樣式顯示所有可篩選的常見問題。
[faqs style="accordion-grouped"] 以手風琴樣式以及所有可用群組進行分組的方式顯示所有常見問題。
[faqs style="accordion" order="ASC" orderby="title"] 以手風琴樣式顯示所有常見問題並按標題的升冪排序。
[faqs style="accordion" order="DESC" orderby="title"] 以手風琴樣式顯示所有常見問題並按標題的降冪排序。
連結
GitHub 存儲庫
外掛標籤
開發者團隊
📦 歷史版本下載
原文外掛簡介
This plugin provides a quick and easy way add FAQs using custom post type and later on displaying those FAQs using Gutenberg Blocks or shortcodes. For details, Please consult the documentation below.
Features
Easily add FAQs using FAQ custom post type.
Display FAQs in simple list style, accordion style or toggle style.
Display FAQs in groups.
Display FAQs in filterable groups.
Display FAQs in sorted order by title or date.
Settings page to customize colors and other stuff.
Custom CSS box in settings page to override default styles.
Translation Ready ( Comes with POT file and PO & MO translation files for few main languages )
RTL ( Right to Left Language ) Support
Support for Visual Composer Plugin
Documentation
[faqs] Display all FAQs in simple list style.
[faqs limit="5"] Display limited number of FAQs.
[faqs order="ASC" orderby="title"] Display all FAQs in simple list style and order by ascending title.
[faqs order="DESC" orderby="title"] Display all FAQs in simple list style and order by descending title.
[faqs style="grouped"] Display all FAQs in simple list style that are separated by groups.
[faqs filter="true"] Display FAQs in simple list style that are filterable by all available groups.
[faqs filter="group-slug,another-group-slug"] Display FAQs in simple list style that are filterable by only given group slugs.
[faqs style="toggle"] Display all FAQs in toggle style.
[faqs style="toggle" filter="true"] Display all FAQs in toggle style and filterable by all available groups.
[faqs style="toggle-grouped"] Display all FAQs in toggle style and grouped by all available groups.
[faqs style="toggle" order="ASC" orderby="title"] Display all FAQs in toggle style and order by ascending title.
[faqs style="toggle" order="DESC" orderby="title"] Display all FAQs in toggle style and order by descending title.
[faqs style="accordion"] Display all FAQs in accordion style.
[faqs style="accordion" filter="true"] Display all FAQs in accordion style and filterable by all available groups.
[faqs style="accordion-grouped"] Display all FAQs in accordion style and grouped by all available groups.
[faqs style="accordion" order="ASC" orderby="title"] Display all FAQs in accordion style and order by ascending title.
[faqs style="accordion" order="DESC" orderby="title"] Display all FAQs in accordion style and order by descending title.
Links
GitHub Repository
