WordPress:Template Tags/the author description

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

Description

描述

Displays the contents of the About yourself field in an author's Profile (Administration > Profile > Your Profile). About yourself is a block of text often used to publicly describe the user and can be quite long. This tag must be used within WordPress:The Loop.

在这种的基本资料(管理 > 基本资料 > 你的基本资料)上显示关于你自己栏的内容。关于你自己是文本的一个部分,通过用来公开地描述用户,而且可能描写得非常地长。必须在The Loop内部使用这个标签。

Usage

用法

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

%%% <?php the_作者_描述(); ?> %%%

Example

例子

<p>Author's About yourself biography: <?php the_author_description(); ?></p>

<p>作者关于自己的自传: <?php the_作者_描述(); ?></p>

Parameters

参数

This tag does not accept any parameters.

标签不接受任何参数。

Related

相关的

模板:Tag Author Tags

模板:标签 作者 标签

模板:No Param Tag Footer 模板:没有 Param标签 页底文字