>
Download This Plugin | |
Download Elegant Themes | |
Name | Accordion Shortcode |
Version | 1.2.1 |
Author | CTLT |
Rating | 96 |
Last updated | 2012-09-19 07:01:00 |
Downloads |
24460
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
Accordion Shortcode plugin added 1 bytes of resources to the Home page and 2 bytes of resources to the sample Post page.
Accordion Shortcode plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Accordion Shortcode plugin ads no tables to your Wordpress blog database.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]
[accordion title="title1"] tab content [/accordion]
[accordion title="title2"] another content tab [/accordion]
[/accordions]
will generate the following html.
<div id="random-accordion-id-872" class="accordions-shortcode">
<h3 id="title1-0" ><a href="#title1-0">title1</a></h3>
<div class="accordian-shortcode-content" >
Some Text<br />
</div>
<h3 id="title2-1" ><a href="#title2-1">title2</a></h3>
<div class="accordian-shortcode-content " >
Some Text<br />
</div>
</div>
Additional attributes that you could pass into the shortcode
[accordions autoHeight='true' disabled='false' active=0 clearStyle=false collapsible=false fillSpace=false ]
[accordion title='title1' class='new-class']
Some Text
[/accordion]
[accordion title='title2' class='new-class']
Some Text
[/accordion]
[/accordions]