Woocommerce archive-product.php overwrite 不适用于 underscores.me 主题

Woocommerce archive-product.php overwrite not working with underscores.me theme

我已经完成了这些事情并且我已经仔细检查了所有事情

在 plugins/woocommerce/templates/archive-product.php

我刚刚复制到 my-themes/woocommerce/archive-product。php 以覆盖核心 woocommerce 文件。

但在我尝试了很多次之前,它不能只与 underscores.me 一起使用,但它可以工作,但在最新的更新中它不工作

WC版本:3.3.5 服务器信息:Apache/2.4.18 (Ubuntu) PHP版本:5.6.33-3+ubuntu16.04.1+deb.sury.org+1

my_theme/woocommerce/archive-product.php, 

my_theme/woocommerce/content-product.php, 

my_theme/woocommerce/content-product_cat.php, 

my_theme/woocommerce/content-single-product.php, 

my_theme/woocommerce/myaccount/form-login.php, 

my_theme/woocommerce/single-product/add-to-cart/variable.php, 

my_theme/woocommerce/single-product/meta.php, 

my_theme/woocommerce/single-product/short-description.php, 

my_theme/woocommerce/single-product.php, 

my_theme/woocommerce/taxonomy-product_cat.php

我只是在经过一些研究后找到了解决方案,我们需要将以下功能添加到我们的主题 functions.php 文件中

add_theme_support( 'woocommerce' );

请阅读此页面,您也会对主题支持和其他内容有准确的了解 https://pmgarman.me/add-woocommerce-support-to-underscores/ 它对我有用 underscores.me 主题