11. Accordion Groups - kyle-jennings/franklin GitHub Wiki
The accordion groups shortcode allows you to automatically build accordions which display premade posts or pages by using simple arguments.
For example, The following will display 20 "posts" categorizes as "test":
[accordion-group post_type="post" taxonomy="category" term="test" count="20"]
And this example displays 10 (the default count) accordions displaying our custom post type, FAQs:
[accordion-group post_type="faqs"]