Wordpress Tabs Slides
October 27th, 2009Summary
Wordpress Tabs Slides give you tabs and slides (in post/page) gives you the ability to easily add content tabs and/or content slides. The tabs emulate a multi-page structure, while the slides emulate an accordion-like structure, inside a single page!Installation
- 1. Upload folder wp-tabs-slides to the /wp-content/plugins/ directory.
- 2. Activate the plugin through the 'Plugins' menu in WordPress.
- 3. Test and enjoy!
Usage
You can use shortcode Tabs:
{tab=Tab Title} Contents {/tabs}
or
{tab=Tab 1}
Contents Tab 1
{tab=Tab 2}
Contents Tab 2
{/tabs}
Slides:
{slide=Slide Title} Contents {/slide}
Screenshot
Tabs
Slider
Changelog
Click here to see changelog
Support & Donate
Report bugs and feature request use contact form. Support plugin development if you need support regarding to this plugin.
Download
Download Wordpress Tabs Slides
Category: Projects







Hi Abdul,
Great job and a useful plugin. Thanks for all the hard work.
I do have a problem though. I am including a php page in each tab content. In the script (the php that is included) there is another javascript function where by clicking a link a form is displayed and additions can be made to database using the form.
The problem is that this function only works with the first tab and nothing happens in the second tab on. So, its all working fine, but only in the first tab.
Can you please give an insight on this and how can I fix this? Somehow, only the first tab content executes the java script function in the header of the theme.
Thanks in advance for your care.
Sol