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
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 Download Wordpress Tabs Slides Beta 2.0Sponsors
Incoming search terms for the article:
- Powered by Wordpress
- Wordpress Tabs Slides
- wordpress slide
- wordpress tabs
- slide wordpress
- wordpress tabs plugin
- wordpress tab
- wordpress tab plugin
- tabs wordpress
- wordpress tab slider
Category: Projects









Hi Abdul, me again, I have a website in test mode in this moment, this plugin works perfect for what I want but there's a problem when you're viewing categories, the single page works fine: http://www.cursosenhd.com/premium/probando-en-c... , in categories: http://www.cursosenhd.com/category/premium/ appears the tab name in the excerpt, the first, in this case "español" (spanish)...some idea to resolve that?........ thanks in advanced!
thank you very much, it's very useful
Great, I will try it.
Thanks Jesper.
I'll added this code (in between) to get the tab cookies run right on several pages.
/* Copyright © 2006 Patrick Fitzgerald - Version 1.9 */
// Temporarily hide tabs
document.write('<style type="text/css">.jwts_tabber{display:none;}</style>');
var pageURL = window.location.toString().slice(0, -1);
var urlArray = new Array();
urlArray = pageURL.split('//')1;
var pageId = urlArray.split('/')[urlArray.split('/').length-1];
var tabberOptions = {
//start on DOM ready
'manualStartup':true,
'cookie':"jwts_tc_"+pageId, /* Name to use for the cookie */
[...]
Hi, the plugin is very interesting!
There's a way to put in the widget and do it work?
Thanks
Is it possible to insert the codes for the tabs in the template files instead of the edit page in the back-end? I want to create a recent posts/recent comments tabs in my sidebar. If possble, could you give us some tutes?
Cheers!!
Great plugin! Just what I need for my website, I want to post my articles in 2 languages, spanish and english, this plugin is perfect for that....thank you!
I've just upgraded to v. 1.6. I think you've fixed it Abdul, no errors!
Awesome.
Sweet! Thanks. Love and use this in Joomla sites and I appreciate having its functionality in Wordpress!
Hi cátia.
add <?php wp_enqueue_script("jquery");?> to theme header.
I was fix the problems and will release the update soon.
patient.