No longer excluding souvernirs.
authorLaury GvR <laury@gaslightmedia.com>
Fri, 24 Jul 2015 15:35:50 +0000 (11:35 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Fri, 24 Jul 2015 15:35:50 +0000 (11:35 -0400)
woocommerce/content-product_cat.php

index 5101167..3618534 100644 (file)
@@ -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;
 }