Creating a Shortcode Toggle for WordPress

We are creating a website that has a FAQ section and I feel the best way to arrange questions and answers is with a toggle. Here is an example:

[toggle title=”Here is an example Question”]Here is the example answer. [/toggle]

I was looking around the web for some example code and I found this website. They give you all the code for your functions.php, stylesheet.css, and some jQuery to put in your header.php file, but it doesn’t work. It seems they left some code out of the functions.php code.
Read More