WordPress主题制作

  1. 主页
  2. 文档
  3. WordPress主题制作
  4. wordpress路径
  5. get_template_part

get_template_part

Loads a template part into a template.

模板调用函数

官网:https://developer.wordpress.org/reference/functions/get_template_part/

get_template_part( string $slug, string $name = null )

举例:

<?php get_template_part( 'partials/content', 'page' ); ?>
这篇文章对您有用吗?

我们要如何帮助您?