
Untitled
By: a guest on
Sep 21st, 2011 | syntax:
PHP | size: 0.80 KB | hits: 115 | expires: Never
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<h1><?php the_title(); ?></h1>
<?php do_shortcode("[tab name='Overview']"); ?><div id="product-image"><?php the_post_thumbnail(); ?></div>
<?php the_field('overview'); ?>[/tab]"
<?php do_shortcode("[tab name='Features & Benefits']"); ?><?php the_field('features_&_benefits'); ?>[/tab]"
<?php do_shortcode("[tab name='Options & Accessories']"); ?><?php the_field('options_&_accessories'); ?>[/tab]"
<?php do_shortcode("[tab name='Downloads']"); ?><a href="<?php the_field('downloads'); ?>">Download PDF</a>[/tab]"
<?php do_shortcode("[tab name='Supplies']"); ?><?php the_field('supplies'); ?>[/tab]"
<?php echo do_shortcode("[end_tabset]");?>