Following are examples of customized built in Accordian shortcodes.
Learn more about shortcodes.
About Accordions
Accordions are another way of presenting content in a visually appealing way which also encourages visitor engagement.
More About Accordions
Sometimes, we have a lot of content broken into different sections or categories. There may be so much that it drives content all the way down the page. With Accordions, we can put the content into sections which then allow us to reduce the length of the page and display all the sections in a short list allowing the visitor to view each available section and learn more about each one more easily.
Code:
[myaccordion]
[section title="Section A"]
Some stuff for Section A.[/section]
[section title="Section B"]
Some stuff for section B.[/section]
[/myaccordion]
[myaccordion]
[section title="Section A"]
Some stuff for Section A.[/section]
[section title="Section B"]
Some stuff for section B.[/section]
[/myaccordion]
Section A
Some stuff for Section A.
Section B
Some stuff for section B.
