>
Download This Plugin | |
Download Elegant Themes | |
Name | Accordion Shortcodes |
Version | 2.1.1 |
Author | Phil Buchanan |
Rating | 96 |
Last updated | 2014-12-29 02:29:00 |
Downloads |
26892
|
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 Shortcodes plugin added 4 bytes of resources to the Home page and 5 bytes of resources to the sample Post page.
Accordion Shortcodes plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Accordion Shortcodes plugin ads no tables to your Wordpress blog database.Accordion Shortcodes is a simple plugin that adds a few shortcodes for adding accordion drop-downs to your pages.
The accordions should blend seemlessly with your theme. However, you may want to be able to edit your themes main stylesheet in order to add some custom styling (CSS).
The two shortcodes that are added are:
[accordion]...[/accordion]
and
[accordion-item title=""]...[/accordion-item]
[accordion]
[accordion-item title="Title of accordion item"]Drop-down content goes here.[/accordion-item]
[accordion-item title="Second accordion item"]Drop-down content goes here.[/accordion-item]
[/accordion]
This will output the following HTML:
<div class="accordion">
<h3 class="accordion-title">Title of accordion item</h3>
<div class="accordion-content">
Drop-down content goes here.
</div>
<h3 class="accordion-title">Second accordion item</h3>
<div class="accordion-content">
Drop-down content goes here.
</div>
</div>
There are a few advances settings for the plugin.