=== Flexible FAQ === Contributors: bagerathan Donate link: http://www.wpsnippet.com/flexible-faq Tags: faq, q & a, q and a Requires at least: 3.5 Tested up to: 4.0 Stable tag: 0.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Flexible FAQ is a very simple plugin to add FAQs (Frequently asked questions) to your WordPress site using shortcodes. == Description == I have created this plugin to use on my client's websites to provide an easy FAQ section when needed. It provided much more flexibility than adding an FAQ section into the theme. Hope this plugin would help anyone who needed a FAQ section in their website. Shortcodes. You can add the [faq] shortcode to any page to display the FAQ section. This shortcode does accept few attributes. 1. style - possibilities : pretty, block, list 2. ids - possibilities : comma separated IDs of FAQ items. 3. category - possibilities : category ID. for example : [faq style="pretty"] You can re-order the FAQ items by drag them in FAQ admin page. == Installation == This section describes how to install the plugin and get it working. 1. Upload `flexible-faq` folder to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress == Screenshots == -will add some screenshots later- == Changelog == = 0.2 = * Fix - Now it is possible to have multiple FAQ blocks in pretty style. * Fix - Now it is possible to have same question on multiple blocks of questions. = 0.1 = * Initial release.