Last active
December 16, 2015 05:59
-
-
Save MarketingReviewThemes/5388297 to your computer and use it in GitHub Desktop.
Tabs shortcodes example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[tabgroup] | |
[tab title="Tab1" id="t1"]</code> | |
<h2>Header Content 1</h2> | |
Content 1 | |
[/tab] | |
[tab title="Tab2" id="t2"] | |
<h2>Header Content 2</h2> | |
Content 2 | |
[/tab] | |
[/tabgroup] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment