Remove Woocommerce product link

The way I’ve done this was to take a copy of content-product.php and paste it into the root of your theme folder.

Comment out

do_action( 'woocommerce_before_shop_loop_item_title' );

and

do_action( 'woocommerce_after_shop_loop_item' );

Quick and dirty, but it worked for me.

Leave a Comment