标签: woocommerce themes override storefront
我为店面Woocommerce主题创建了一个子主题,在我尝试覆盖父主题的PHP文件之前,一切正常。
我可以覆盖CSS,也可以覆盖header.php和footer.php,而没有任何问题,但是当我尝试编辑诸如single.php或archive.php之类的页面时,它什么都不做。
我从这里使用官方的Storefront Child主题模板: https://github.com/stuartduff/storefront-child-theme
任何想法可能是什么问题?