=== Init FAQ ===
Contributors: Akash Darji
Donate link: http://initgears.com/
Tags: answer, answers, FAQ, faq page, FAQ Plugin, FAQ widget, FAQs, frequently asked questions, help, help desk, helpdesk, questions, widget, wordpress faq
Requires at least: 3.0+
Tested up to: 4.7.2
Stable tag: 1.0.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

A Init Faq (Frequently Asked Questions) plugin is a simple and quick way to display faqs in your theme using shortcodes.

== Description ==
A Init Faq (Frequently Asked Questions) plugin is a simple and quick way to display faqs in your theme using shortcodes { <code>[init_faqs]</code> or <code>[init_faqs limit="10"]</code> , <code>[init_faqs category="15"]</code> , <code>[init_faqs category_list="1"]</code> }.

[youtube https://www.youtube.com/watch?v=2BDxgQPZhRw]

Here is the example :
<code>
General
[init_faqs category="category_ID"]
Standard
[init_faqs category="category_ID"]
</code>

To use this FAQ plugin just create a new page and add this FAQ shortcode 
<code>[init_faqs]</code> 

OR

If you want to display FAQ by category then use this shortcode 
<code>[init_faqs category="category_ID"]</code>

OR

If you want to display FAQ by category listing then use this shortcode 
<code>[init_faqs category_list="1"]</code>

= Features Include: =
* Faqs with category <code>[init_faqs  category="category_ID"]</code>
* Just create a FAQs page and add short code <code>[init_faqs]</code>
* Most important - template redirect
* custom jquery code
* Easy to configure FAQ page
* Smooth FAQ jQuery Effect
* Smoothly integrates this faq plugin into any theme
* CSS and JS file for FAQ custmization
* Search Engine Friendly URLs

== Installation ==

1. Upload the 'init-faq' folder to the '/wp-content/plugins/' directory.
2. Activate the Init Faqs list plugin through the 'Plugins' menu in WordPress.
3. Add a new page and add this shortcode <code>[init_faqs]</code>

== Frequently Asked Questions ==

= Are there shortcodes for FAQs items? =

Yes, one shortcode with four different parameters availabe.
1. Limit
2. Category
3. Parent Category
4. Category List View

Add a new faq page and add this shortcode <code>[init_faqs]</code>

== Screenshots ==

1. All Faqs <code>[init_faqs]</code>
2. Faq With Category <code>[init_faqs category="11"]</code>
3. Faq With Parent Category <code>[init_faqs category="13"]</code>
4. Faq With Category List <code>[init_faqs category_list="1"]</code>

== Changelog ==

= 1.0 =
* Initial Release
* Adds Custom Post Type With Taxonomy
* Adds FAQs
* Adds Category
* Responsive
* Browser Compatible


== Upgrade Notice ==

= 2.0 =
Comes With Highly Backend Manageable

= 1.0 =
Initial Release
