$shortcode_output = do_shortcode($value);
print $shortcode_output;
}?>
-
- </div>
- <div class="description small-12 medium-7 columns">
- <?php
- setup_postdata( $product );
- the_content();
- ?>
- </div>
- <div class="gallery small-12 medium-4 columns">
- <?php echo '<a href="#glm_gallery"> Gallery </a>'; ?>
+ <div class="gallery small-12 medium-4 columns">
+ <?php echo '<a href="#glm_gallery"> Product Gallery </a>'; ?>
<div id="tags">
- <?php echo "<h2 id='tagsTitle'> Tags </h2><br>";
+ <?php echo "<h2 id='tagsTitle'> Related Products </h2><br>";
$args = array(
"hide_empty"=>false
);
</div>
</div>
+ <div class="description small-12 medium-7 columns">
+ <?php
+ setup_postdata( $product );
+ the_content();
+ ?>
+ </div>
+
+ </div>
</div>