Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2011
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.58 KB | None | 0 0
  1.    <?php do_shortcode ('[tab="Overview"] <div id="product-image">' . the_post_thumbnail() . '</div>' . the_field("overview") . '[/tab]'); ?>
  2.     <?php do_shortcode('[tab="Features & Benefits"]' . the_field("features_&_benefits") . '[/tab]'); ?>
  3.     <?php do_shortcode('[tab="Options & Accessories"]' . the_field("options_&_accessories") . '[/tab]'); ?>
  4.     <?php do_shortcode('[tab="Downloads"] <a href="' . the_field("downloads") . '">Download PDF</a> [/tab]'); ?>
  5.     <?php do_shortcode('[tab="Supplies"]' . the_field("supplies") . '[/tab]'); ?>
  6.     <?php do_shortcode('[end_tabset]'); ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement