Skip to content

Instantly share code, notes, and snippets.

@braddalton
Created September 14, 2017 15:55
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 braddalton/a6a609aa2aa70c4b3538f592fa8eed29 to your computer and use it in GitHub Desktop.
Save braddalton/a6a609aa2aa70c4b3538f592fa8eed29 to your computer and use it in GitHub Desktop.
<button class="accordion">Section 1</button>
<div class="panel">
This is an example of a accordion in a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what is on your mind.
</div>
<button class="accordion">Section 2</button>
<div class="panel">
This is an example of a accordion in a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what is on your mind.
</div>
<button class="accordion">Section 3</button>
<div class="panel">
This is an example of a accordion in a WordPress post, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many posts as you like in order to share with your readers what is on your mind.
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment