您的购物车目前是空的!
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(); ?>