Getting Started
WP responsive FAQ with category plugin adds a Menu tab in WP Admin side with the name “FAQ” where you can add new FAQ post, edit and delete. You can also add categories for FAQ.
Bellow screen shows how to add a FAQ post. You just click on “Add New” and insert FAQ title and content as you add for WordPress post.
How to Display and Shortcodes
Display a FAQ page is very simple. Just go to Pages-> add New and add FAQ shortcode.
WP responsive FAQ with category contains following shortcode.
[sp_faq]
Following FAQ Shortcode Parameter
Note: Setting page is removed in the latest version and replaced with shortcode parameters
-
LIMIT:
[sp_faq limit="10"]
Limit the number FAQ’s items to be display. By default value is limit=”-1″. -
CATEGORY:
[sp_faq category="5,10,15"]
Display FAQ’s by category. You can pass multiple ids by comma separated. -
SINGLE OPEN:
[sp_faq single_open="true"]
Display One FAQ item when click to open. By default value is “true”. Values are “true” OR “false”. -
TRANSITION SPEED:
[sp_faq transition_speed="300"]
transition speed when user click to open FAQ item.