From e22871aeff2d432a8ec256335679e7dae74aa1ba Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Wed, 17 May 2017 17:07:27 -0400 Subject: [PATCH] Any product category with slug Downloads won't show in the shop sidebar --- parts/shop-cats-and-products.php | 74 ++++++++++++++++---------------- 1 file changed, 38 insertions(+), 36 deletions(-) diff --git a/parts/shop-cats-and-products.php b/parts/shop-cats-and-products.php index 6414057..5258c8f 100644 --- a/parts/shop-cats-and-products.php +++ b/parts/shop-cats-and-products.php @@ -1,46 +1,48 @@ - 0 ){?>
-1, - 'tax_query' => array( - 'relation' => 'AND', - array( - 'taxonomy' => 'product_cat', - 'field' => 'slug', - // 'terms' => 'white-wines' - 'terms' => $product_category->slug - ) - ), - 'post_type' => 'product', - 'orderby' => 'title,' - ); - $products = new WP_Query( $args ); - if ($products->have_posts()) { ?> -
- '; - echo '' . $product_category->name . ''; - echo '
'; - echo "
+ -- 2.17.1