您现在的位置是:首页 > 网站制作 > WordpressWordpress

WordPress函数get_the_author()

杰帅2023-08-06【Wordpress】人已围观

简介get_the_author() 用于显示文章作者的名称的函数,必须使用在 the_loop 循环中。

介绍

get_the_author() 用于显示文章作者的名称的函数,必须使用在 the_loop 循环中。

使用

<?php $author = get_the_author(); ?>

参数

$deprecated
(string) (optional) Deprecated.
Default: ''

Returns
(string)
The author's display name.

示例

Grab the Author's 'Public' Name

Grabs the value in the user's Display name publicly as field.

<?php $author = get_the_author(); ?>

Tags:wordpress函数   WordPress建站

很赞哦! ()

文章评论

本站推荐

站点信息

  • 建站时间:2018-10-24
  • 网站程序:帝国CMS7.5
  • 主题模板《今夕何夕》
  • 文章统计1179篇文章
  • 标签管理标签云
  • 统计数据百度统计
  • 微信公众号:扫描二维码,关注我们