// 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 ); https://adfmart.pk/wp-sitemap-posts-post-1.xmlhttps://adfmart.pk/wp-sitemap-posts-page-1.xmlhttps://adfmart.pk/wp-sitemap-posts-blocks-1.xmlhttps://adfmart.pk/wp-sitemap-posts-product-1.xmlhttps://adfmart.pk/wp-sitemap-posts-featured_item-1.xmlhttps://adfmart.pk/wp-sitemap-taxonomies-category-1.xmlhttps://adfmart.pk/wp-sitemap-taxonomies-post_tag-1.xmlhttps://adfmart.pk/wp-sitemap-taxonomies-post_format-1.xmlhttps://adfmart.pk/wp-sitemap-taxonomies-product_cat-1.xmlhttps://adfmart.pk/wp-sitemap-taxonomies-product_tag-1.xmlhttps://adfmart.pk/wp-sitemap-taxonomies-featured_item_category-1.xmlhttps://adfmart.pk/wp-sitemap-users-1.xml