這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Flexible FAQ

描述

I have created this plugin to use on my client’s websites to provide an easy FAQ section when needed. It provided much more flexibility than adding an FAQ section into the theme.

Hope this plugin would help anyone who needed a FAQ section in their website.

Shortcodes

You can add the [faq] shortcode to any page to display the FAQ section. This shortcode does accept few attributes.

  1. style – possibilities : pretty, block, list
  2. ids – possibilities : comma separated IDs of FAQ items.
  3. category – possibilities : category slug.

for example : [faq style=”pretty”]

You can re-order the FAQ items by drag them in FAQ admin page.

螢幕截圖

  • shortcode [faq style=“block”]

  • shortcode [faq style=“pretty”] or just [faq]

  • shortcode [faq style=“list”]

安裝

This section describes how to install the plugin and get it working.

  1. Upload flexible-faq folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

常見問題

Is it possible to change the styles?

Absolutely. Just copy the flexible-faq.css file from your plugin folder to the theme root folder and make any change you desire. Because you are copying the css file to your theme folder, it will not get overwrite when the plugin get updated.

How many FAQ pages can I have?

As many as you want. You can use the shortcode to specifically display the FAQ items. By category or just by IDs.

For example if you have a FAQ category id “1” then you can use the shortcode [faq category=1] to display just the FAQ items from that category.

or

For example out of all the FAQ items you have, if you just need to display two FAQ items in a page, you can simply use [faq ids=“123,124”] to display just those two FAQ items. Here 123 and 124 are the IDs of the FAQ items intended to be displayed.

I still have a question

Please ask here on the [Support] (https://wordpress.org/support/plugin/flexible-faq “Flexible FAQ Support”). Thanks.

評價

There are no reviews for this plugin.

貢獻者及開發者

“Flexible FAQ” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Flexible FAQ 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

0.2

  • Fix – Now it is possible to have multiple FAQ blocks in pretty style.
  • Fix – Now it is possible to have same question on multiple blocks of questions.

0.1

  • Initial release.