Skip to content

Instantly share code, notes, and snippets.

@j-gardner
Last active December 22, 2015 15:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save j-gardner/6495554 to your computer and use it in GitHub Desktop.
Save j-gardner/6495554 to your computer and use it in GitHub Desktop.
Sample Accordions shortcode
[accordions]
[accordion title="Accordion 1"]
Accordion 1 content here
[/accordion]
[accordion title="Accordion 2"]
Accordion 2 content here
[/accordion]
[accordion title="Accordion 3" last]
Accordion 3 content here
[/accordion]
[/accordions]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment