Title: WP Super FAQ
Author: Ryan
Published: <strong>2011 年 11 月 1 日</strong>
Last modified: 2011 年 12 月 13 日

---

搜尋外掛

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

![](https://s.w.org/plugins/geopattern-icon/wp-super-faq.svg)

# WP Super FAQ

 由 [Ryan](https://profiles.wordpress.org/rfrankel/) 開發

[下載](https://downloads.wordpress.org/plugin/wp-super-faq.0.5.6.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/wp-super-faq/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/wp-super-faq/#reviews)
 * [開發資訊](https://tw.wordpress.org/plugins/wp-super-faq/#developers)

 [技術支援](https://wordpress.org/support/plugin/wp-super-faq/)

## 外掛說明

WP Super FAQ uses the WordPress 3.1+ custom post types and taxonomies to include
support for an FAQ (Frequently Asked Questions/Question and Answer) on your site.
The interface uses jQuery to provide a small animation that lets users click the
questions they are interested in to display the answer. The goal of this plugin 
was for extremely lightweight code that provides easy setup, addition of questions,
and a clean user interface. Also included in this plugin is the option of putting
questions in different ‘categories’ to display. Please see the screenshots for examples.
If you have feedback or questions head over to my [feedback and support](http://plugins.swampedpublishing.com/wp-super-faq)
page for this plugin.

### Installation of WP Super FAQ is extremely easy. It installs like any WordPress plugin and uses a simple shortcode to place on your pages.

 1. Upload the `wp_super_faq` folder to the `/wp-content/plugins/` directory of your
    WordPress installation.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress

### To add a question

 1. This process is very similar to adding a post. In the Admin section of your site
    click on the new `FAQ` tab.
 2. Click `Add New Question`
 3. Add the question in the title text box and the answer in the content text box.
 4. Click `'Publish` and you are done!

### To use the plugin from your WordPress Admin area:

 1. Use the shortcodes defined in the FAQ in your pages. For a simple FAQ you can use`[
    wp_super_faq]`.

### To use the plugin from a PHP template:

 1. Place `<?php do_action('[wp_super_faq]'); ?>` in your templates. You can use any
    shortcode defined in the FAQ.

## 螢幕擷圖

 * [[
 * A screenshot of the default shortcode with WP Super FAQ.
 * [[
 * A screenshot with both questions clicked on with the default shortcode.
 * [[
 * A screenshot showing the FAQ by category.
 * [[
 * A screenshot showing the FAQ by category with the questions clicked on.

## 常見問題集

  What are the possible shortcodes for WP Super FAQ?

 * The most basic usage is simply `[wp_super_faq]`. By default WP Super FAQ will
   not display the questions by category.
 * If you would like to display your questions by category you can use `[wp_super_faq
   show_categories=true]`. This will display a header for each category and place
   the relevant questions in each section.
 * If you would like to display a SINGLE category you can use `[wp_super_faq show_specific_category
   =slug]` where slug is the SLUG of the category you would like to display. The
   slug can be found by clicking on `FAQ Categories` in the admin area.

  Can I use this in PHP instead of a shortcode?

Yes. WordPress supplies a nice function to use shortcodes in PHP. For WP Super FAQ
you would use `<?php echo do_shortcode( '[wp_super_faq]' ) ?>`. A reference for 
this function can be found [here](https://codex.wordpress.org/Function_Reference/do_shortcode).

  Can I reorder the questions?

Yes you can (although it is slightly obfuscated). To reorder the questions you just
have to reorder the dates of the Questions in the Admin area.

  Can I reorder the categories?

You can do this too. All you have to do is use the `show_specific_category` style
shortcode and place a few of them on the same page in whatever order you would like.

## 使用者評論

這個外掛目前沒有任何使用者評論。

## 參與者及開發者

以下人員參與了開源軟體〈WP Super FAQ〉的開發相關工作。

參與者

 *   [ Ryan ](https://profiles.wordpress.org/rfrankel/)

[將〈WP Super FAQ〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/wp-super-faq)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/wp-super-faq/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/wp-super-faq/)，或透過 [RSS](https://plugins.trac.wordpress.org/log/wp-super-faq/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/wp-super-faq/)。

## 變更記錄

#### 0.5.6

 1. Minor modifications for WordPress 3.3 compatibility.
 2. Moved the wp_super_faq javascript to load at end of body instead of into the header.

#### 0.5.5

 1. Fixed plugin for working with non-latin strings in slugs.
 2. Fixed IE7 Bug! IDs for the heading and answer can not be the same for Javascript
    in IE7. They were made unique in this version.

#### 0.5.4

 1. Added a test to see if get_current_screen exists before using it.
 2. Fixed the queries so showposts and posts_per_page are both -1. This should override
    the WP posts per page setting in the backend. This was supposed to be fixed in 
    0.3 (see below) but it wasn’t for certain themes.

#### 0.5.3

Fixed an error with the show_categories shortcode. This bug causes funny line breaks
in some themes.

#### 0.5.2

Minor update to try and add better instructions for FAQ categories.

#### 0.5.1

Fixed a bug with show_categories=true. The ID was not displaying directly.

#### 0.5

Now using WordPress default jQuery library instead of grabbing the Google CDN version.

Upgraded the output so that you can now display multiple shortcodes on a page and
also have other HTML.

#### 0.4

Added a shortcode to display a single category of the FAQ. `[wp_super_faq show_specific_category
=slug]`

#### 0.3

Added a fix that makes sure that the FAQ shows all of the questions regardless of
what is set under Settings > Readings.

#### 0.2

Added `register_taxonomy` into function call to fix `Call to a member function add_rewrite_tag()
on a non-object in taxonomy`

#### 0.1

Initial release.

## 中繼資料

 *  版本 **0.5.6**
 *  最後更新 **14 年前**
 *  啟用安裝數 **300+**
 *  WordPress 版本需求 ** 3.1 或更新版本 **
 *  已測試相容的 WordPress 版本 **3.3.2**
 *  語言
 * [English (US)](https://wordpress.org/plugins/wp-super-faq/)
 * 標籤:
 * [faq](https://tw.wordpress.org/plugins/tags/faq/)[frequently asked questions](https://tw.wordpress.org/plugins/tags/frequently-asked-questions/)
   [jquery](https://tw.wordpress.org/plugins/tags/jquery/)[Question and Answer](https://tw.wordpress.org/plugins/tags/question-and-answer/)
 *  [進階檢視](https://tw.wordpress.org/plugins/wp-super-faq/advanced/)

## 評分

 4 星，滿分為 5 星

 *  [  1 個 5 星使用者評論     ](https://wordpress.org/support/plugin/wp-super-faq/reviews/?filter=5)
 *  [  1 個 4 星使用者評論     ](https://wordpress.org/support/plugin/wp-super-faq/reviews/?filter=4)
 *  [  1 個 3 星使用者評論     ](https://wordpress.org/support/plugin/wp-super-faq/reviews/?filter=3)
 *  [  0 個 2 星使用者評論     ](https://wordpress.org/support/plugin/wp-super-faq/reviews/?filter=2)
 *  [  0 個 1 星使用者評論     ](https://wordpress.org/support/plugin/wp-super-faq/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/wp-super-faq/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/wp-super-faq/reviews/)

## 參與者

 *   [ Ryan ](https://profiles.wordpress.org/rfrankel/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/wp-super-faq/)

## 贊助

想要支援這個外掛的發展嗎？

 [ 贊助這個外掛 ](http://plugins.swampedpublishing.com/wp-super-faq)