Shortcode: [tab_group] – content in tabs
[ tab_group] – content in tabs
Show content displayed on tabbed pages.
Shortcode usage:
[tab_group border_color=black page_min_height=200px] [tab title='tab one']This is the content found on first tab.[/tab] [tab title='tab two']And we have more content for the second tab.[/tab] [tab title='last tab']And this is the last tab. There could be more.[/tab] [/tab_group]
Short code parameters
You can supply values for these parameters to control the look of the tabbed section.
- border_color: tab and pane border color – default #888
- tab_bg: normal bg color of tab (default #CCC)
- tab_selected_color: color of tab when selected (default #EEE)
- pane_min_height: min height of a pane to help make all even if needed
- pane_bg: bg color of pane
Note: Do not include the space after the opening [ in the examples. This is a limitation of WordPress page/post display.