From: Laury GvR Date: Wed, 17 May 2017 21:07:27 +0000 (-0400) Subject: Any product category with slug Downloads won't show in the shop sidebar X-Git-Tag: v1.0.0^2~74 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=e22871aeff2d432a8ec256335679e7dae74aa1ba;p=WP-Themes%2Fmichigantrailmaps.git Any product category with slug Downloads won't show in the shop sidebar --- 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 "
+