[faqs grouped=»yes»]
This plugin provides a quick and easy way add FAQs using custom post type and later on displaying those FAQs using shortcodes. For shortcodes details, Please consult the documentation below.
Возможности:
- 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»]