TheThe Tabs and Accordions WordPress plugin provides stylish Web 2.0 tools - Tabs, Vertical and Horizontal Accordions and Toggles - to add to your WP blogs. This plugin helps you to make your WordPress website look more aesthetic and professional.

How does it work?

After installing and activating TheThe Tabs and Accordions on your WordPress site, simply insert a shortcode on any page, post, and even in the text of a sidebar - wherever you need tabs, toggles, vertical and horizontal accordions to be displayed. In the shortcode, you can set all the parameters of the tool.

 

Shortcodes and Parameter Options

Toggles Shortcode Example

[toggles title="Toggle Group Title" active=1 speed=500]
	[toggle title="First toggle title"]First toggle text[/toggle]
	[toggle title="Second toggle title"]Second toggle text[/toggle]	
[/toggles]

Tabs Shortcode Example

[tabs title="Tabs Group Title" active=2 event="click"]
	[tab title="First tab title"]First tab content[/tab]
	[tab title="Second tab title"]Second tab content[/tab]
[/tabs]

Accordion Shortcode Example

[accordions title="Accordion Group Title" active=2 event="click" disabled=false autoheight=true]
	[accordion title="Accordion 1 Title"]First accordion section content[/accordion]
	[accordion title="Accordion 2 Title"]Second accordion section content[/accordion]
[/accordions]

Horizontal Accordion Shortcode Example

[haccordions title="Horizontal Accordion Group Title" width=500 height=320 hwidth=28 speed=200 active=1]
	[haccordion title="Fist title"]First accordion content[/haccordion]
	[haccordion title="Second title"]Second accordion content[/haccordion]
[/haccordions]

For more details on shortcode syntax visit the plugin home page.