// Disable WooCommerce single product page add_action('template_redirect', 'disable_woocommerce_product_page'); function disable_woocommerce_product_page() { if (is_product()) { wp_safe_redirect( wc_get_page_permalink( 'shop' ) ); exit; } } // Remove product links on shop page 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 ); Comments on: Hello world! https://adfmart.pk/2026/02/09/hello-world/ The Premier Grocery Market Mon, 09 Feb 2026 22:46:26 +0000 hourly 1 https://wordpress.org/?v=6.9.4 By: A WordPress Commenter https://adfmart.pk/2026/02/09/hello-world/#comment-1 Mon, 09 Feb 2026 22:46:26 +0000 https://adfmart.pk/?p=1#comment-1 Hi, this is a comment.
To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
Commenter avatars come from Gravatar.

]]>