Beschreibung
This plugin provides a quick and easy way add FAQs using custom post type and later on displaying those FAQs using Gutenberg Blocks or shortcodes. For details, Please consult the documentation below.
Zusatzfunktionen
- Easily add FAQs using FAQ custom post type.
- Display FAQs in simple list style, accordion style or toggle style.
- Display FAQs in groups.
- Display FAQs in filterable groups.
- Display FAQs in sorted order by title or date.
- Settings page to customize colors and other stuff.
- Custom CSS box in settings page to override default styles.
- Translation Ready ( Comes with POT file and PO & MO translation files for few main languages )
- RTL ( Right to Left Language ) Support
- Support for Visual Composer Plugin
Dokumentation
-
[faqs]
Display all FAQs in simple list style. -
[faqs order="ASC" orderby="title"]
Display all FAQs in simple list style and order by ascending title. -
[faqs order="DESC" orderby="title"]
Display all FAQs in simple list style and order by descending title. -
[faqs style="grouped"]
Display all FAQs in simple list style that are separated by groups. -
[faqs filter="true"]
Display FAQs in simple list style that are filterable by all available groups. -
[faqs filter="group-slug,another-group-slug"]
Display FAQs in simple list style that are filterable by only given group slugs. -
[faqs style="toggle"]
Display all FAQs in toggle style. -
[faqs style="toggle" filter="true"]
Display all FAQs in toggle style and filterable by all available groups. -
[faqs style="toggle-grouped"]
Display all FAQs in toggle style and grouped by all available groups. -
[faqs style="toggle" order="ASC" orderby="title"]
Display all FAQs in toggle style and order by ascending title. -
[faqs style="toggle" order="DESC" orderby="title"]
Display all FAQs in toggle style and order by descending title. -
[faqs style="accordion"]
Display all FAQs in accordion style. -
[faqs style="accordion" filter="true"]
Display all FAQs in accordion style and filterable by all available groups. -
[faqs style="accordion-grouped"]
Display all FAQs in accordion style and grouped by all available groups. -
[faqs style="accordion" order="ASC" orderby="title"]
Display all FAQs in accordion style and order by ascending title. -
[faqs style="accordion" order="DESC" orderby="title"]
Display all FAQs in accordion style and order by descending title.
Verweise
Screenshots
Blöcke
Dieses Plugin unterstützt 14 Blöcke.
- FAQs
- FAQs Grouped
- FAQs Toggle
- FAQs Accordion
- FAQs Toggle Grouped
- FAQs Accordion Grouped
- FAQs Filterable Toggle
- FAQs Filterable Accordion
- FAQs Order By Title (ASC)
- FAQs Order By Title (DESC)
- FAQs Toggle Order By Title (ASC)
- FAQs Accordion Order By Title (ASC)
- FAQs Toggle Order By Title (DESC)
- FAQs Accordion Order By Title (DESC)
Installation
- Unzip the downloaded package
- Upload
quick-and-easy-faqs
to the/wp-content/plugins/
directory - Aktiviere das Plugin in WordPress im Menü „Plugins“
Rezensionen
Mitwirkende & Entwickler
„Quick and Easy FAQs“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:
Mitwirkende„Quick and Easy FAQs“ wurde in 3 Sprachen übersetzt. Danke an die Übersetzerinnen und Übersetzer für ihre Mitwirkung.
Übersetze „Quick and Easy FAQs“ in deine Sprache.
Interessiert an der Entwicklung?
Durchstöbere den Code, sieh dir das SVN Repository an oder abonniere das Entwicklungsprotokoll per RSS.
Änderungsprotokoll
1.3.4
- Multiple FAQs filters on same page issue fixed
- FAQs group title issue fixed
1.3.3
- Tested for WordPress 5.4
1.3.2
- Improved Simple Grouped FAQs list structure
1.3.1
- HTML and shortcodes support added in FAQ’s contents section
- Styles and Scripts inclusion improved
- Minor fixes/improvements in styles
1.3.0
- Refactored the code for better performance and easier maintenance
- FAQs Accordion support added
- FAQs Order By support added
- WordPress do_shortcode support added
- Improved Gutenberg support
- Font Awesome enable/disable option added
- Back to index show/hide option added
1.2.4
- Tested for WordPress 5.2.2
1.2.3
- Added Gutenberg detection check to fix bug in WordPress versions below 5.0
1.2.2
- Fixed a bug
1.2.0
- Re-Organised code files for simpler editing
- Added FAQs option in Classic Editor
- Added FAQs basic blocks in Gutenberg Editor
- Added WPML translation support
- Tested on WordPress 5.1
1.1.3
- Added partially translated language files for Spanish, French, German, Italian, Turkish and Portuguese.
- Added filter support for filterable toggle styles.
- Improved code for scenario where JavaScript is disabled.
1.1.2
- Fixed CSS precedence bug appeared in last update.
1.1.1
- Optimised CSS and JS files loading to only when shortcode is being used.
- Re-Tested for WordPress 4.9
1.1.0
- Re-Organised admin menu
- Added default color support for color settings
- Tested for WordPress 4.9
1.0.4
- Tested for WordPress 4.8
1.0.3
- Tested for WordPress 4.4
1.0.2
- Tested for WordPress 4.3
- Fixed a syntax error
1.0.1
- Fixed a spacing issue in filterable FAQs
- Added Visual Composer Support
- Added bottom margin to ‚Back to Index‘ link in simple listing
1.0.0
- Erste Veröffentlichung