数字化技能提升教程,数字化时代生存宝典

数字化百科 / 产品文档 / WordPress:Template Tags/the author

WordPress:Template Tags/the author

查看全部产品文档命名空间:WordPress

描述

通过使用模板标签,可以显示一篇文章的作者。必须在The Loop中使用这个标签。

用法

%%% <?php the_author(); ?> %%%

例子

显示作者的 '公用' 名

在用户的公开地显示姓名栏中显示参数值。


<p>这篇文章是由 <?php the_author()写的; ?></p>

参数

这个函数没有论证。(论证被抨击了。)


相关的

the_author, the_author_description, the_author_login, the_author_firstname, the_author_lastname, the_author_nickname, the_author_ID, the_author_email, the_author_url, the_author_link, the_author_icq, the_author_aim, the_author_yim, the_author_msn, the_author_posts, the_author_posts_link, list_authors, wp_list_authors


模板:PHP 函数标签页底文字