From 45d79326ad660b98d9a7396398fad1a610f65957 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Tue, 16 Jun 2015 15:14:08 -0400 Subject: [PATCH] Woocommerce Styles 2 --- woocommerce/content-product_cat.php | 84 +++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 woocommerce/content-product_cat.php diff --git a/woocommerce/content-product_cat.php b/woocommerce/content-product_cat.php new file mode 100644 index 0000000..5101167 --- /dev/null +++ b/woocommerce/content-product_cat.php @@ -0,0 +1,84 @@ +slug, $excludeCats ) ) { + return; +} + + +// Store loop count we're currently on +if ( empty( $woocommerce_loop['loop'] ) ) + $woocommerce_loop['loop'] = 0; + +// Store column count for displaying the grid +if ( empty( $woocommerce_loop['columns'] ) ) + $woocommerce_loop['columns'] = apply_filters( 'loop_shop_columns', 4 ); + +// Increase loop count +$woocommerce_loop['loop']++; +?> + + +count > 0 ) { ?> +
  • + + + + + + + +

    + name; + ?> +

    + + + +
    + + + +
  • + -- 2.17.1