aid

Tuesday, 19 August 2014

how to create tabs in wordpress content.

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.

No comments:

Post a Comment