Shortcodes in Templates
-
Hi
i am having a little issue with the shortcodes of this plugin.
when i use the shortcodes in a post it works perfectly but if i put shortcodes in a template it just doesnt work at all.Here is what i do in my template :
<?php echo do_shortcode('[tab name = "mytabname"]'); ?> My Content <?php echo do_shortcode('[/tab]'); ?> <?php echo do_shortcode('[end_tabset]'); ?>
and i get the shortcodes texte on the website page but no tabs
I have other shortcodes of other plugins in the same template working fineAm i doing something wrong her ?
any ideas ?
Thanks
- The topic ‘Shortcodes in Templates’ is closed to new replies.