GET_TEMPLATE_DIRECTORY()-引用父主题目录 时间:2015-04-09 作者:Snowcrash 我在函数中有这一行。my Child主题的php:require ( get_template_directory() . \'/somecode.php\' ); 但是,它给了我以下错误:Fatal error: require(): Failed opening required <path/to/parent/theme/somecode.php> 在哪里path/to/parent/theme 实际上是父主题的路径,而不是子主题的路径。知道为什么吗? 1 个回复 最合适的回答,由SO网友:websupporter 整理而成 get_template_directory() 提供父主题的路径,同时get_stylesheet_directory() 提供子主题的路径。Docs:https://codex.wordpress.org/Function_Reference/get_stylesheet_directoryhttps://codex.wordpress.org/Function_Reference/get_template_directory 结束 文章导航