the_author_link

函数
the_author_link ( No parameters )

the_author_link: 该函数显示指向当前文章的作者或指定用户的作者档案页的链接。

显示作者的链接或作者的名字。

如果作者有设置主页,则回显一个HTML链接,否则只回显作者的名字。

function the_author_link() {
	echo get_the_author_link();
}

常见问题

FAQs
查看更多 >