Viewing 2 replies - 1 through 2 (of 2 total)
  • From 2.5, the link is added by a link start and a link end hook. These hooks can be unhooked with the following in functions.php for your child theme:

    remove_action ('woocommerce_before_shop_loop_item', 'woocommerce_template_loop_product_link_open', 10);
    remove_action ('woocommerce_after_shop_loop_item', 'woocommerce_template_loop_product_link_close', 5);

    Thread Starter cboysworld

    (@cboysworld)

    Thank you so much!!!

    Chad

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘2.4 to 2.5 content-product.php *the_permalink();*’ is closed to new replies.