=== Plugin Name === Contributors: bappi.d.great Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=VZB6MW3L4F526 Tags: faqs, faq Requires at least: 3.0.1 Tested up to: 3.8 Stable tag: 1.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html == Description == Provides nice Frequently Asked Questions Page with answers hidden until the question is clicked then the desired answer fades smoothly into view, like accordion. User will have options to add categories, and questions based on those categories. Users can show question from a single category using shortcode. They will have control to change theme (among 9 themes), animation speed and custom CSS. Demo: http://dev.bappi-d-great.com/faq-all/ == Installation == Way 1:
1. Download the plugin file
2. Unzip the file into a folder on your hard drive
3. Upload via FTP into your plugins (/wp-content/plugins/) folder
4. Activate the plugin from your dashboard


Way 2:
1. From Dashboard > Plugins > Add New > Upload the plugin
2. Activate the plugin


To show FAQs
1. Use [show_faq] shortcode to show all items.
2. Use [show_faq id = “1”] to show faq for a category which ID is 1.


Demo: http://dev.bappi-d-great.com/faq-all/ == Frequently Asked Questions == = Is it responsive? = Yes == Changelog == = 1.1 = * Little bug fixes = 1.0 = * Released for first time