Custom Layout for Single Product page - Woocommerce
问题 I am trying to create a custom layout for one of our product pages in Woocommerce. I have searched and followed so many tutorials, but none are working for me. I copied 'single-product.php' and placed it into my active child theme in the folder 'woocommerce'. I then duplicated this and renamed it 'single-product-landing.php'. I then placed the following code into my functions.php page: add_filter( 'template_include', 'custom_single_product_template_include', 10 ); function custom_single