This plugin provides a quick and easy way to add FAQs to your site using shortcodes.
- 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
- Support for Visual Composer Plugin
-
Display all FAQs in simple list style.
[faqs]
-
Display all FAQs in simple list style but separated by groups.
[faqs grouped="yes"]
-
Display FAQs in simple list style but filtered by given group slug.
[faqs filter="group-slug"]
or[faqs filter="group-slug,another-group-slug"]
-
Display all FAQs in toggle style using following shortcode.
[faqs style="toggle"]
-
Display all FAQs in toggle style but separated by groups.
[faqs style="toggle" grouped="yes"]
-
Display FAQs in toggle style but filtered by given group slug.
[faqs style="toggle" filter="group-slug"]
or[faqs style="toggle" filter="group-slug,another-group-slug"]
-
Display all FAQs in filterable toggle style.
[faqs style="filterable-toggle"]
- Unzip the downloaded package
- Upload
quick-and-easy-faqs
to the/wp-content/plugins/
directory - Activate the plugin through the 'Plugins' menu in WordPress