Best WordPress FAQ Plugin that with each and every single feature that you need to add FAQ system in your WordPress site. It's a custom post type base FAQ management system. Using this plugin is super easy. Multiple FAQ's form different categories and tags are also possible for this plugin.
It's a very light weight plugin, so your site not going to be slow for this plugin. It's design is mobile responsive and modern flat type user interface.
DEMO | Support | Buy PRO Version
Plugin Features
- Two different theme for FAQ.
- Categorized FAQ management system.
- Tags base FAQ management system.
- FAQ Order and number of FAQ control form shortcode.
- Shortcode system, can be use anywhere ( widget, page or post ).
- Multiple FAQ form different categories or tags.
- Very light weight.
- Work with all Wordpress theme.
- Easy to use.
- Developer friendly & easy to customize.
Pro Version Features
- FAQ live search system.
- Pagination system for FAQ.
- AJAX powered FAQ rating system.
- Front-end FAQ submission system.
- Advance FAQ shortcode generator.
- Powerful FAQ setting panel.
Read
installation for details documentation & shortcode example.
Video Documentation
https://youtu.be/F6zhZ9y9uFc
- Install it as a regular WordPress plugin
- Active the plugin.
- Use shortcode to show FAQ.
Category shortcode example
[wpb_af_faqs theme="flat" post="-1" order="DESC" orderby="date" category="" tags="" close_previous="yes"]
Options:
- theme : Theme for FAQ. Default: flat. Valid values: flat / ui
- post : Number of FAQ to show, default -1. -1 means show all.
- order: Sort order for categories (either ascending or descending). The default is ascending. Valid values: ASC, DESC
- orderby: Sort FAQ alphabetically, by unique Category ID, or by the count of posts in that Category. Valid values: ID, date, name, slug, title etc. Details here: https://codex.wordpress.org/Class_Reference/WP_Query#Order_.26_Orderby_Parameters
- category : Comma separated FAQ categories slug.
- tags : Comma separated FAQ tags slug.
- close_previous : Close previously opend FAQ. Default yes. Valid values: yes / no