LOCATE_TEMPLATE函数-未包括文件 时间:2017-07-25 作者:The WP Intermediate $locate = locate_template( \'widgets/the-post-widget.php\' ); 我正在使用上述路径和方法将文件包括在functions.php, 但这并没有发生。该文件似乎没有包含。我做错了吗? 1 个回复 最合适的回答,由SO网友:Jacob Peattie 整理而成 locate_template 只返回模板的文件名。如果要加载模板,请将第二个参数设置为true:locate_template( \'widgets/the-post-widget.php\', true ); 结束 文章导航