答案 0 :(得分:0)
我找到了解决方案。将下面的代码添加到文件
插件/ woocommerce /模板/存档-product.php
<?php if ( is_product_category() || is_product() ) : ?>
<div class="page-header-image generate-page-header category-header">
<div class="grid-container"><h1><?php single_term_title(); ?></h1></div>
</div>
<?php endif; ?>