Help!!!
I don’t get the Tab stuff working in 3.5.2 German
From:
[tabs title=”Tabs Example”]
[tab title=”Tab 1″]Tab 1 Content[/tab]
[tab title=”Tab 2″ active=”true”]Tab 2 Content[/tab]
[ tab title=”Tab 3″]Tab 3 Content[/tab]
[/tabs]
only the title shows up … there is no reference of the other tabs in the HTML code 🙁
update: only the title of [tabs title=”Tabs Example”] shows up ….
Sorry for late reply..
Anyway, rickrussie, you can change tabs via a link by providing a hash value of the tab.
For example if you have 3 tabs and their IDs are: tab_0_0, tab_0_1 and tab_0_2.
In a link just set the href value to any of this tab IDs and it will switch. <a href="#tab_0_0">link</a>
wp_hela, you have a space before the tab title="Tab 3". Remove it and it should work.
Thank you! I must have missed that in your documentation. That’s exactly what I need.