PHP inside TABS shortcode in a template?
-
Hi, I’m trying to show a list of categories from a parent category inside TABS shortcode in a page template. Can someone correct the code below!
<?php echo do_shortcode('[tabs][tab title="CATEGORY-1"] <?php wp_list_categories('show_count=1&child_of=11); ?> [/tab] [tab title="CATEGORY-2"] <?php wp_list_categories('show_count=1&child_of=12); ?> [/tab][/tabs]') ?>
Please help!
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘PHP inside TABS shortcode in a template?’ is closed to new replies.