projects
/
WP-Themes
/
gilmoremuseum.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f11da9e
)
No longer excluding souvernirs.
author
Laury GvR
<laury@gaslightmedia.com>
Fri, 24 Jul 2015 15:35:50 +0000
(11:35 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Fri, 24 Jul 2015 15:35:50 +0000
(11:35 -0400)
woocommerce/content-product_cat.php
patch
|
blob
|
history
diff --git
a/woocommerce/content-product_cat.php
b/woocommerce/content-product_cat.php
index
5101167
..
3618534
100644
(file)
--- 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;
}