[Plugin: Post UI Tabs] do_shortcode code?
-
Hello,
please help me, I have stucked on the invocation code for Post UI Tabs module (https://www.ads-software.com/extend/plugins/put/faq/)
I have this:
<?php echo do_shortcode('[tab name="2006"]'); ?><?php getActionsForYear(2006); ?> <?php echo do_shortcode('[/tab]'); ?> <?php echo do_shortcode('[tab name="2007"]'); ?><?php getActionsForYear(2007); ?> <?php echo do_shortcode('[/tab]'); ?> <?php echo do_shortcode('[tab name="2008"]'); ?> <?php getActionsForYear(2008); ?><?php echo do_shortcode('[/tab]'); ?> <?php echo do_shortcode('[end_tabset]'); ?>
But it doesnt work =( Even in format when is my own PHP #getActions replaced with text. Anybody who knows how to get this plugin to work directly in theme?
Thank you for any help!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘[Plugin: Post UI Tabs] do_shortcode code?’ is closed to new replies.