WordPress:Template Tags/the author

来自站长百科
Xxf3325讨论 | 贡献2008年6月25日 (三) 10:05的版本 (新页面: == Description == The author of a post can be '''displayed''' by using this Template Tag. This tag must be used within WordPress:The Loop. == Usage == ...)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航、​ 搜索

Description

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

Usage

%%% <?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>

Parameters

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

Related

模板:Tag Author Tags

模板:PHP Function Tag Footer