內容簡介
WP Super FAQ 使用 WordPress 3.1+ 自訂文章類型和分類法 (taxonomies),以包含對您網站的問與答 (Frequently Asked Questions/Question and Answer) 支援。介面使用 jQuery 提供小型動畫,讓用戶點擊他們有興趣的問題以顯示答案。此外,此外掛的目標是提供非常輕量的代碼,提供易於設置、添加問題和清爽的用戶界面。此外,此外掛還包括將問題放入不同 "分類" 的選項,以供顯示。請查看屏幕截圖以獲取範例。如果您有反饋或問題,請前往此外掛的反饋和支援頁面。
安裝 WP Super FAQ 非常容易。像任何 WordPress 外掛一樣進行安裝,並使用簡單的短代碼放置在您的頁面上。
將 wp_super_faq 檔案夾上傳到 WordPress 安裝的 /wp-content/plugins/ 目錄中。
在 WordPress 的「外掛」選單中啟用外掛。
添加問題
此過程非常類似於添加文章。在網站的管理區域中,單擊新的 FAQ 標籤。
單擊 新增問題
在標題文字框中添加問題,在內容文字框中添加答案。
點擊 '發表 即完成!
從 WordPress 管理區域使用此外掛:
在您的頁面中使用 FAQ 中定義的短代碼。對於一個簡單的 FAQ,您可以使用 [wp_super_faq]。
從 PHP 模板中使用此外掛:
在您的模板中放置 <?php do_action('[wp_super_faq]'); ?>。您可以使用 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 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.
Upload the wp_super_faq folder to the /wp-content/plugins/ directory of your WordPress installation.
Activate the plugin through the ‘Plugins’ menu in WordPress
To add a question
This process is very similar to adding a post. In the Admin section of your site click on the new FAQ tab.
Click Add New Question
Add the question in the title text box and the answer in the content text box.
Click 'Publish and you are done!
To use the plugin from your WordPress Admin area:
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:
Place in your templates. You can use any shortcode defined in the FAQ.
