WordPress:Template Tags/the author firstname

来自站长百科
Fludlen讨论 | 贡献2008年6月27日 (五) 15:37的版本
跳转至: 导航、​ 搜索

Description

描述

This tag displays the first name for the author of a post. The First Name field is set in the user's profile (Administration > Profile > Your Profile). This tag must be used within WordPress:The Loop.

这个标签显示了文章作者的名。名字栏设置在用户的基本资料(管理 > 基本资料 > 你的基本资料)。必须在The Loop内部使用这个标签。

Usage

用法

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

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

Example

例子

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

<p>这篇文章由 <?php the_作者_名字()写的; ?></p>

Parameters

参数

This tag does not accept any parameters. 这个标签不接受任何参数。

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

模板:No Param Tag Footer