• Basically let me explain what I am looking for and is something like this possible.

    I have one template page in which I am using
    <?php
    do_shortcode(‘[restabs alignment=”osc-tabs-left” responsive=”false”]
    [restab title=”Tab number 1″ active=”active”]Tab 1 content goes here.[/restab]
    [restab title=”Tab number 2″]Tab 2 content goes here.[/restab]
    [restab title=”Tab number 3″]Tab 3 content goes here.[/restab]
    [restab title=”Tab number 4″]Tab 4 content goes here.[/restab][/restabs]’);
    ?>
    To include the tabs
    Now, I have 4 seperate pages say Page 1 , 2, 3 ,4

    Is there a way of including Page 1 in Tab 1 content , Page 2 in tab Content 2 and so on ? i am really sorry if this question has been addressed But I am new to WordPress.

    Thanks

    https://www.ads-software.com/plugins/easy-responsive-tabs/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Adding seperate pages in Tab Content area from Template’ is closed to new replies.