Lets you add tabs to your post and pages using a shortcode.
| Author: | CTLT (profile at wordpress.org) |
| WordPress version required: | 3.4 |
| WordPress version tested: | 3.5.2 |
| Plugin version: | 2.0.2 |
| Added to WordPress repository: | 20-03-2012 |
| Last updated: | 23-12-2013
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
|
| Rating, %: | 82 |
| Rated by: | 12 |
| Plugin URI: | http://wordpress.org/extend/plugins/tabs-shor... |
| Total downloads: | 33 354 |
| Active installs: | 1 000+ |
![]() Click to start download |
|
To add tabs to you post or pages just add this shortcode:
[tabs]
[tab title="title1"] tab content
tab content
[/tab]
[tab title="title2"]
another content tab
[/tab]
[/tabs]
Here are the some attributes that the shortcode also excepts // default attributes
[tabs collapsible=true selected='0' event='click' position='top' ]
[tab title="title1"]
tab content
[/tab]
[tab title="title2"]
another content tab
[/tab]
[/tabs]
- collapsible = true or false - weather the tabs should be allowed to be collapsed - this doesn't work with twitter bootstrap
- selected = integer for example - what tab should be selected. 0 means the first tab. 1 means the second tab etc.
- event = 'click' or 'mouseover' - does do you user need to click on the tab or just mouse over to get to the content. Tip: Don't use mouseover if you are concerned with mobile.
- position = 'top' , 'bottom' , 'left', 'right' on what side do you want the tabs to appear. See screenshots for an example.
- vertical_tabs = true or false - depreciated is the same as position = left
