added features title
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 29 Dec 2015 15:29:02 +0000 (10:29 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 29 Dec 2015 15:29:02 +0000 (10:29 -0500)
views/product_detail.php

index 1d2c558..011d015 100644 (file)
@@ -26,6 +26,7 @@ $relatives = wp_get_post_terms($product->ID, 'michsci_category', $args);
 </div>
  <div class="row">
      <div class="productFeature small-12 columns">
+    <h2> Features </h2>
     <?php 
     $key_value = get_post_custom_values('miproduct_features', $product->ID); 
     foreach($key_value as $key=>$value){