WP Super FAQ

A lightweight FAQ/QNA plugin that includes an FAQ shortcode for your site. A simple jQuery animation is included to show/hide each question.

Author:rfrankel (profile at wordpress.org)
WordPress version required:3.1
WordPress version tested:3.3.2
Plugin version:0.5.6
Added to WordPress repository:01-11-2011
Last updated:13-12-2011
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:80
Rated by:3
Plugin URI:http://plugins.swampedpublishing.com/wp-super...
Total downloads:28 043
Active installs:500+
plugin download
Click to start download

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.

  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.

Screenshots
FAQ
ChangeLog