From 7030df7f621a42fe862bfcc0dcd6e917a7df5b0c Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Wed, 9 Mar 2016 13:43:21 -0500 Subject: [PATCH] Fixed category displaying incorrectly in top bar --- woocommerce/content-product_cat.php | 48 +++++++++++++---------------- 1 file changed, 22 insertions(+), 26 deletions(-) diff --git a/woocommerce/content-product_cat.php b/woocommerce/content-product_cat.php index 827768d..dc2a847 100644 --- a/woocommerce/content-product_cat.php +++ b/woocommerce/content-product_cat.php @@ -52,32 +52,28 @@ $woocommerce_loop['loop']++; - - - - -

- name; - ?> -

- - - -
- + + +

+ name; + ?> +

+ + + -- 2.17.1