sis-accordion

Displays collapsible content panels for presenting information in a limited amount of space.

Author:Sayful Islam (profile at wordpress.org)
WordPress version required:2.9
WordPress version tested:4.0
Plugin version:2.1
Added to WordPress repository:19-03-2014
Last updated:07-09-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, %:64
Rated by:5
Plugin URI:https://wordpress.org/plugins/sis-accordion/
Total downloads:4 244
Active installs:100+
plugin download
Click to start download

Fully written in jQuery and jQuery-UI Accordion Widget, the plugin adds a displays collapsible content panels for presenting information in a limited amount of space.

There are two ways to add accordion to your site:

First:

Create your Accordion Items from the Accordion menu & paste the following shortcode where you want to display:

[all-accordion]

Or you can paste following to add accordion to your theme:

<?php echo do_shortcode('[all-accordion]'); ?>

Second:

If you want to use multiple accordion at diffrent page or post at your theme write the following code

[accordion id=''][item title='YOUR_TITLE_GOES_HERE']YOUR_CONTENT_GOES_HERE[/item][/accordion]

Repeat [item title='YOUR_TITLE_GOES_HERE']YOUR_CONTENT_GOES_HERE[/item] as many Items as you want. Inside id="" give a unique name and you can use a prefix "accordion-" to avoid conflict with other.

You can change options by adding this:

[accordion id='' collapsible='' active='' event='' heightstyle='' headericons='' activeheadericons='']

The possible value of options:

collapsible='false|true'
active='0'  The zero-based index of the panel that is active (open). Default: 0
event='click|mouseover'
heightstyle='auto|fill|content'

Write the class name of jQuery UI CSS Framework inside headericons='' & activeheadericons=''