=== Plugin Name === Contributors: rfrankel Donate link: http://plugins.swampedpublishing.com/wp-super-faq Tags: faq, frequently asked questions, qna, question and answer Requires at least: 3.1 Tested up to: 3.2.1 Stable tag: 0.2 A lightweight FAQ/QNA plugin that includes an FAQ shortcode for your site. A simple jQuery animation is included to show/hide each question. == Description == WP Super FAQ uses the WordPress 3.1+ custom post types and taxonomies to include support for an FAQ 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 an extremely lightweight plugin 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. == Installation == ## 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 `` in your templates. You can use any shortcode defined in the FAQ. == Frequently Asked Questions == = What a re 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. = 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 ``. A reference for this function can be found [here](http://codex.wordpress.org/Function_Reference/do_shortcode). == Screenshots == 1. A screenshot of the default shortcode with WP Super FAQ. 2. A screenshot with both questions clicked on with the default shortcode. 3. A screenshot showing the FAQ by category. 4. A screenshot showing the FAQ by category with the questions clicked on. == Changelog == = 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. == Upgrade Notice == = 0.2 = Bug fix. Upgrade Immediatly. = 0.1 = Initial release.