Multiple snippets in one page
-
Hello,
I have multiple tabs in my page, and I would like to have a PHP code in each of these tabs. However, only the last snippet appears on the page and it is only on the first tab.
I used:
[tabs direction=”top” tab1=”1″ tab2=”2″ tab3=”3″]
[tab1]
Information of tab1 :
[wbcr_php_snippet id=”3239″][/tab1]
[tab2]
Information on tab 2 :[wbcr_php_snippet id=”3244″]
[wbcr_php_snippet id=”3245″]
[wbcr_php_snippet id=”3246″][/tab2]
[tab3]
Information on tab 3 :
[/tab3]
[/tabs]
When I load my page, I only see the last snippet ([wbcr_php_snippet id=”3246″]) on the first tab. On the second tab, I can only see the comment I have.
Is there any way that I can make each snippet appear in each tab?
Thanks
The topic ‘Multiple snippets in one page’ is closed to new replies.