最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

woocommerce offtopic - php file child theme directory not overriding parent theme php file

programmeradmin3浏览0评论
This question already has answers here: Are custom inner theme folders in any way overridable by child themes? (2 answers) Closed 5 years ago.

I am trying to customize the html in theme/woocommerce/layout-products/grid.php, I have copied the file from parent theme to theme-child/woocommerce/layout-products/grid.php but without any effects. From the answers I found here I understand that sometimes copying the php file works, sometimes not? I also tried the require_once for this file but this breaks the whole WordPress. How can I customize the product grid html?

This question already has answers here: Are custom inner theme folders in any way overridable by child themes? (2 answers) Closed 5 years ago.

I am trying to customize the html in theme/woocommerce/layout-products/grid.php, I have copied the file from parent theme to theme-child/woocommerce/layout-products/grid.php but without any effects. From the answers I found here I understand that sometimes copying the php file works, sometimes not? I also tried the require_once for this file but this breaks the whole WordPress. How can I customize the product grid html?

Share Improve this question asked Aug 7, 2019 at 3:56 freqncfreqnc 1 0
Add a comment  | 

1 Answer 1

Reset to default -1

That layout-products folder is not a folder from Woocommerce templates. This folder is a custom folder created by the theme you are using. Try checking out how that template is loaded and see if it can be overriden.

发布评论

评论列表(0)

  1. 暂无评论