Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

How to disable link to single page?

Home / Forums / Virtue Theme / How to disable link to single page?

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
May 24, 2019 at 8:30 am

How to disable link to single page at my shop?

I tried these snippet. Doesn’t work.
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 );

Thank You

  • The forum ‘Virtue Theme’ is closed to new topics and replies.