WordPress:Template Tags/the author

来自站长百科
Fludlen讨论 | 贡献2008年6月26日 (四) 09:48的版本
跳转至: 导航、​ 搜索
可打印版不再被支持且可能有渲染错误。请更新您的浏览器书签并改用浏览器默认的打印功能。

Description

描述

The author of a post can be displayed by using this Template Tag. This tag must be used within WordPress:The Loop.

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

Usage

用法

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

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

Examples

例子

Display Author's 'Public' Name

显示作者的 '公用' 名

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

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

<p>This post was written by <?php the_author(); ?></p>

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

Parameters

参数

This function takes no arguments. (The arguments have been deprecated.)

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

Related

相关的

模板:Tag Author Tags

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 Function Tag Footer 模板:PHP 函数标签页底文字