WordPress函数get_the_author()

WordPress函数get_the_author()

介绍

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(); ?>
版权声明
转载请注明本文来源:WordPress函数get_the_author()
转载请注明本文地址:https://www.e363.com/1239.html
THE END
喜欢龙网的内容,就支持一下吧!
点赞39赞赏 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容