Hi Greg Rockwell,
You have included accordians container(
) in wrong way. You have closed “
” at very first accordion so your are getting just first accordion folded.so please place it in following format to make all accordions folded.
//start of accordian container
//first accordian title
Section 1 Title Here
//first accordian content
Section 1 Content Here
//second accordian title
Section 2 Title Here
//second accordian content
Section 2 Content Here
---- and so on----
[**Be sure to include closing of container() at the last of all accordian title and content.**]
Note: Please backup your site before processing. So you will be in position to take action when disaster strikes.