当前位置:编程学习 > php >>

wordpress get_header()和get_footer()对应文件路径

get_header()函数 从当前主题中引入 header.php 模板文件。如果名字是特定的,那么包含特定名称的头部文件 header-{name}.php 就会被引入。
如果主题没有 header.php 文件,就会引入默认文件 wp-includes/theme-compat/header.php 。
用法:<!--?php get_header( $name ); ?-->


get_footer()函数 引入当前主题的页脚文件 footer.php,如果使用特定的名字,那么就会调用这个特定名字的页脚文件 footer-{name}.php 。

如果主题没有 footer.php 就会引入默认的 wp-includes/theme-compat/footer.php 。
用法:<!--?php get_footer( $name ); ?-->
get_footer()函数位于:wp-includes/general-template.php
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,