This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Kings FAQ

Description

This plugin allows you to add multiple FAQ sections in your site. This plugin uses “custom posts” and “shortcode” to generate the FAQ items.

Usage:

Here’s the step by step user manual:

  1. Install the plugin. (Find the instructions in the “Installation” section.)
  2. Find the custom post “FAQ Items” in your WordPress dashboard and click on it’s submenu: Add New. You can add category as well.
  3. Use the shortcode to show all your tabs anywhere in your WordPress site.
[kings-faq]

4. This shortcode supports 6 attributes: “category”, “orderby”, “order”, “color”, “bg” & “count”.

Examples

[kings-faq category="mycat" orderby="title" order="ASC" color="black" bg="#ccc" count="5"]

Installation

Installing the plugins is just like installing other WordPress plugins. If you don’t know how to install plugins, please review the two options below:

  • Install by ZIP File
  1. From your WordPress dashboard, choose ‘Add New’ under the ‘Plugins’ category
  2. Select ‘Upload’ from the set of links at the top of the page (the second link)
  3. From here, browse for the zip file included in your plugin download titled ‘kings-faq.zip’ and click the ‘Install Now’ button
  4. Once installation is complete, activate the plugin to enable its features.
  • Install by FTP
  1. Find the directory titled ‘kings-faq’ and upload it and all files within to the plugins directory of your WordPress install (/WORDPRESS-DIRECTORY/wp-content/plugins/) [e.g. www.yourdomain.com/wp-content/plugins/]
  2. From your WordPress dashboard, choose ‘Installed Plugins’ option under the ‘Plugins’ category
  3. Locate the newly added plugin and click on the ‘Activate’ link to enable its features.

FAQ-e

Can I add multiple FAQ sections?

Yes, you can easily add multiple FAQ sections. Simply use the shortcode again to create another FAQ section.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Kings FAQ” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Kings FAQ” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.0

Released the plugin.

1.1

Edited the way the plugin worked. It works basically the same way in the user side. But I have optimized the codes a bit in this version. You may upgrade without worrying about anything.