WordPress: Template Tags/the author description:修订间差异

来自站长百科
跳转至: 导航、​ 搜索
(新页面: == Description == Displays the contents of the '''About yourself''' field in an author's Profile (Administration > [[WordPress:Administration_Panels#Y...)
 
无编辑摘要
第1行: 第1行:
== Description ==
== Description ==
== 描述==


Displays the contents of the '''About yourself''' field in an author's Profile ([[WordPress:Administration_Panels|Administration]] > [[WordPress:Administration_Panels#Your_Profile|Profile]] > [[WordPress:Your_Profile_SubPanel|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]].
Displays the contents of the '''About yourself''' field in an author's Profile ([[WordPress:Administration_Panels|Administration]] > [[WordPress:Administration_Panels#Your_Profile|Profile]] > [[WordPress:Your_Profile_SubPanel|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]].
在这种的基本资料([[WordPress:Administration_Panels|管理]] > [[WordPress:Administration_Panels#Your_Profile|基本资料]] > [[WordPress:Your_Profile_SubPanel|你的基本资料]])上显示'''关于你自己'''栏的内容。'''关于你自己'''是文本的一个部分,通过用来公开地描述用户,而且可能描写得非常地长。必须在[[WordPress:The Loop|The Loop]]内部使用这个标签。


== Usage ==
== Usage ==
== 用法 ==


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


== Example ==
== Example ==
== 例子 ==


  &lt;p&gt;Author's About yourself biography: <?php the_author_description(); ?>&lt;/p&gt;
  &lt;p&gt;Author's About yourself biography: <?php the_author_description(); ?>&lt;/p&gt;
&lt;p&gt;作者关于自己的自传: <?php the_作者_描述(); ?>&lt;/p&gt;


== Parameters ==
== Parameters ==
== 参数 ==


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


== Related ==
== Related ==
==相关的 ==


{{Tag Author Tags}}
{{Tag Author Tags}}
{{标签 作者 标签}}


{{No Param Tag Footer}}
{{No Param Tag Footer}}
{{没有 Param标签 页底文字}}

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标签 页底文字