From 406cde618f3cc85769a2d375b10b8148a43df329 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Fri, 24 Jul 2015 11:35:50 -0400 Subject: [PATCH] No longer excluding souvernirs. --- woocommerce/content-product_cat.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/woocommerce/content-product_cat.php b/woocommerce/content-product_cat.php index 5101167..3618534 100644 --- a/woocommerce/content-product_cat.php +++ b/woocommerce/content-product_cat.php @@ -21,9 +21,9 @@ global $woocommerce_loop; * Enter the slug of a category to exclude in the & $excludeCats array below. */ -$excludeCats = array( - 'souvenir' -); +//$excludeCats = array( +// 'souvenir' +//); if ( is_shop() && in_array( $category->slug, $excludeCats ) ) { return; } -- 2.17.1