=== Quick and Easy FAQs === Contributors: saqibsarwar Tags: FAQs, FAQ, FAQs list, accordion FAQs, toggle FAQs, filtered FAQs, grouped FAQs Requires at least: 4.0 Tested up to: 4.1 Stable tag: 4.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html A quick and easy way to add FAQs to your site. == Description == This plugin provides a quick and easy way to add FAQs to your site using shortcodes. ### Preview - [Plugin Preview](http://saqibsarwar.com/plugin-previews/quick-and-easy-faqs/) ### Features * Easily add FAQs using FAQ custom post type. * Display FAQs in simple list style. * Display FAQs in toggle ( independent form of accordion ) style. * Display FAQs in filterable toggle style. * Settings page to change toggle style text, background and border colors. * Custom CSS box in settings page to override default styles. * Translation Ready ( Comes with related pot and po files ) * RTL ( Right to Left Language ) Support ### Documentation * Display all FAQs in simple list style. Shortcode `[faqs]` * Display all FAQs in simple list style but separated by groups. Shortcode `[faqs grouped="yes"]` * Display FAQs in simple list style but filtered by given group slug. Shortcodes `[faqs filter="group-slug"]` or `[faqs filter="group-slug,another-group-slug"]` * Display all FAQs in toggle style using following shortcode. Shortcode `[faqs style="toggle"]` * Display all FAQs in toggle style but separated by groups. Shortcode `[faqs style="toggle" grouped="yes"]` * Display FAQs in toggle style but filtered by given group slug. Shortcode `[faqs style="toggle" filter="group-slug"]` or `[faqs style="toggle" filter="group-slug,another-group-slug"]` * Display all FAQs in filterable toggle style. Shortcode `[faqs style="filterable-toggle"]` == Installation == 1. Unzip the download package 1. Upload `quick-and-easy-faqs` to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress == Frequently Asked Questions == == Screenshots == 1. Add FAQ 1. Plugin Settings Page == Changelog == = 1.0.0 = * Initial Release