updating the fetch blocks parameters to match the new blocks pst ids for the wine...
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 11 Nov 2016 17:16:54 +0000 (12:16 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 11 Nov 2016 17:16:54 +0000 (12:16 -0500)
woocommerce.php

index 8ff68d0..421884e 100644 (file)
@@ -68,8 +68,8 @@
             <?php } if (is_product_tag() || is_product_category()) { ?>
                 <div class="small-12 large-12 columns main woo-tags">
                     <?php
-                     $default_block = get_post(1362); 
-                     $default_image = wp_get_attachment_image_src(get_post_thumbnail_id(1362),'glm-block-image'); 
+                     $default_block = get_post(1608); 
+                     $default_image = wp_get_attachment_image_src(get_post_thumbnail_id(1608),'glm-block-image'); 
                      
                     /**
                      * woocommerce_before_main_content hook
@@ -252,7 +252,7 @@ $(document).ready(function () {
 });
 </script>
 <?php
-    $partners_blocks = fetch_all_glm_blocks(1348);
+    $partners_blocks = fetch_all_glm_blocks(1595);
     foreach ($partners_blocks as $id=>$block){
          if ( has_post_thumbnail($block) ) {
             $map_image = wp_get_attachment_image_src(get_post_thumbnail_id($block->ID),'glm-block-image');