在哪里搜索get_template_parts执行的代码?

时间:2017-08-23 13:44:29

标签: wordpress wordpress-theming

我正在研究的WP主题在不同的地方使用get_template_part('foobar');。我应该在哪里搜索块的代码?是在functions.php中还是在其他文件中?

1 个答案:

答案 0 :(得分:1)

get_template_part('foobar');require 'foobar.php';相同。因此,您的主题根目录中有一个名为foobar.php的文件。

请参阅https://wordpress.stackexchange.com/questions/9978/how-to-use-get-template-part