=== Simple FAQ === Contributors: Jo Cox Design Tags: faq, frequently asked questions, accordion, custom post type, shortcode Requires at least: 3.0 Tested up to: 4.9.1 Stable tag: 2.0.2 License: GPLv2 or later Create FAQs easily from the dashboard and display them in your posts and pages via shortcode as either a basic list or jQuery accordion. == Description == Simple FAQ is a lightweight plugin which adds FAQs to your WordPress site. Create questions easily via the dashboard and then display them via shortcode as a basic list or accordion. You have control over the output, including ordering, categorisation and styling. Let the theme inform the appearance of your FAQs so that they blend in seamlessly, or use one of the built in accordion skins. = Features = * Categorise your questions * Specify post ordering via shortcode * Use multiple shortcodes per page * Can be styled by your theme or by selecting a separate accordion skin * Includes a basic shortcode to pull through a plain list, ready for styling by a developer == Installation == ### Recommended Installation 1. From your admin interface go to Plugins > Add New 2. Search for *Simple FAQ* 3. Click "Install Now" under the plugin in the search results 4. Click OK on the popup 5. Click "Activate" to enable the plugin ### Manual Installation 1. Unzip the installation zip file 2. Copy the files to your plugins directory 3. From the admin interface click Plugins 4. Find in the list of plugins and click "Activate" On activation you will see a new menu option in your dashboard called 'FAQs'. From here you can set up categories and add questions in the same way that you would add blog posts. To display your FAQs in the front end, use either the basic or accordion shortcode: [faq] [faq_accordion] [faq_accordion theme="lightgrey"] [faq_accordion theme="darkgrey"] Full instructions, a list of shortcode options, demo and examples at http://www.jocoxdesign.co.uk/demos/ == Screenshots == 1. Adding questions 2. Accordion shortcode with the darkgrey skin option == Changelog == = 2.0 - 2015-04-10 = * Created first two accordion skins * Added accordion shortcode