We'll create fresh WordPress site with Quick and Easy FAQs installed. You have 20 minutes to test the plugin after that site we'll be deleted.
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.
[faqs]
Display all FAQs in simple list style.
[faqs limit="5"]
Display limited number of FAQs.
[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.