Modern Accordion Shortcode

Adds shortcode that enables you to create accordions

Author:Ryan Adolphson (profile at wordpress.org)
WordPress version required:3.5
WordPress version tested:4
Plugin version:0.7
Added to WordPress repository:29-09-2014
Last updated:29-10-2014
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:
Total downloads:1 711
Active installs:30+
plugin download
Click to start download

To make the accordions appear the way you want you need to add your own styling to them Lets you add accordion to your post and pages.

By using the following shortcodes

[accordions clearStyle=false collapsible=true]

    [accordion title="title" icontype="square"] 
    
        Stuff goes here
    
    [/accordion]
    [accordion title="title2" icontype="circle"]
    
        Here as well
    
    [/accordion]
    
[/accordions]

For more info check out github - https://github.com/AgentSource/modern-accordion-shortcode