Skip to content

FAQs and Accordion Shortcode

Usage

FAQs


Using the class="faq" puts a Q. in front of the title.  Leaving this off creates an accordion without the Q. for other uses. 


Example code
[accordion class="faq"] [item title="Question 1"] Answer 1.[/item] [item title="Question 2"] Answer 2.[/item] [item title="Question 3"] Answer 3.[/item] [/accordion]

 
Accordion 



Example code
[accordion] [item title="Section 1"] Section 1 information. [/item] [item title="Section 2"] Section 2 information.[/item] [item title="Section 3"] Section 3 information.[/item] [/accordion]




Feedback and Knowledge Base