常用函数-get_author_template()
说明
检索当前模板或父模板的作者模板路径。
用法
<?php get_author_template() ?>
参数
无
返回的值
(字符串)
返回 get_query_template(‘author’)的结果。
示例
注释
- 用法:get_query_template()
修改记录
自1.5.0版本后
源文件
get_author_template()位于 wp-includes/theme.php中。
相关资源
分类:中文手册