install a plugin that is tabs shortcode.
edit your page which you want to create tabs.
make the tabs in this format:-
[tabs collapsible=true selected='0' event='mouseover' position='top' ]
[tab title="tab1"]
content of tab 1
[/tab]
[tab title="tab2"]
content of tab2
[/tab]
[tab title="tab3"]
content of tab3
[/tab]
[/tabs]
you can create multiple tabs in above format.
event='mouseover' this is the event you may write in place of mouseover to click.
edit your page which you want to create tabs.
make the tabs in this format:-
[tabs collapsible=true selected='0' event='mouseover' position='top' ]
[tab title="tab1"]
content of tab 1
[/tab]
[tab title="tab2"]
content of tab2
[/tab]
[tab title="tab3"]
content of tab3
[/tab]
[/tabs]
you can create multiple tabs in above format.
event='mouseover' this is the event you may write in place of mouseover to click.
No comments:
Post a Comment