WP Super FAQ

WP Super FAQ Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 28,021 downloads
WP Super FAQ Icon

Try plugin: WP Super FAQ

We'll create fresh WordPress site with WP Super FAQ installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About 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.

1


1


1


0


0

updated: 12 years ago
since: 12 years ago
author: rfrankel

Description

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.