我不熟悉Wordpress和儿童主题的工作原理。我的子主题我正在尝试覆盖子目录中的两个文件。我复制了父文件并在子主题中编辑了它们,但更改不会反映在父主题中。我正在尝试更改功能图像大小的代码。我成功地在parent中更改了代码以测试它,并且它正常工作。但子主题并没有覆盖它。
/public_html/wp-content/themes/sahifa/framework/functions/theme-functions.php
/public_html/wp-content/themes/sahifa-child/framework/functions/theme-functions.php
/public_html/wp-content/themes/sahifa/framework/parts/related-posts.php
/public_html/wp-content/themes/sahifa-child/framework/parts/related-posts.php
我的另一个问题是,我是否需要复制每个文件夹中的所有文件或者我可以把文件夹和我正在编辑的一个文件放在里面吗更新:根据一些建议,我不知道如何添加代码。如果能给我展示一下,我将不胜感激。以下是指向我的Google Drive上的文件的链接:
https://drive.google.com/file/d/1xDx62NxDIj3HlEkh3_txZa4mywW-2SlP/view?usp=sharing
https://drive.google.com/file/d/127oDdNQWxritIVXcvbHURANg5b4tpJCL/view?usp=sharing
更新:我在父主题中看到函数中的这行代码。php文件:
// Main Functions
require_once ( get_template_directory() . \'/framework/functions/theme-functions.php\');