Removed custom packaging/deals template partial on page.php
authorLaury GvR <laury@gaslightmedia.com>
Thu, 1 Feb 2018 18:03:52 +0000 (13:03 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 1 Feb 2018 18:03:52 +0000 (13:03 -0500)
page.php

index b1269fe..bf16e6b 100644 (file)
--- a/page.php
+++ b/page.php
@@ -55,10 +55,10 @@ get_header(); ?>
                                        echo 'You must be a WMTA Member to view this page.';
                                }
 
-                               // Deals custom post type loop
-                               if (is_page(30)) {
-                                       get_template_part( 'template-parts/deals', 'loop' );
-                               }
+                               // Deals custom post type loop -- 2018/02/01: No longer used, GLMDB packaging instead
+                               //if (is_page(30)) {
+                               //      get_template_part( 'template-parts/deals', 'loop' );
+                               //}
 
                                ?>