Update for new woocommerce version
authorLaury GvR <laury@gaslightmedia.com>
Tue, 23 Feb 2016 17:59:48 +0000 (12:59 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 23 Feb 2016 17:59:48 +0000 (12:59 -0500)
woocommerce/content-product_cat.php

index f044d45..eabe9c2 100644 (file)
@@ -6,7 +6,7 @@
  *
  * @author             WooThemes
  * @package    WooCommerce/Templates
- * @version     2.4.0
+ * @version     2.5.2
  */
 
 if ( ! defined( 'ABSPATH' ) ) {
@@ -52,8 +52,6 @@ $woocommerce_loop['loop']++;
 
        <?php do_action( 'woocommerce_before_subcategory', $category ); ?>
 
-       <a href="<?php echo get_term_link( $category->slug, 'product_cat' ); ?>">
-
                <?php
                        /**
                         * woocommerce_before_subcategory_title hook
@@ -76,8 +74,6 @@ $woocommerce_loop['loop']++;
                        do_action( 'woocommerce_after_subcategory_title', $category );
                ?>
 
-       </a>
-
        <?php do_action( 'woocommerce_after_subcategory', $category ); ?>
 
 </li>