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

来自站长百科
跳转至: 导航、​ 搜索
无编辑摘要
无编辑摘要
 
第1行: 第1行:
== 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]].
在这样的基本资料([[WordPress:Administration_Panels|管理]] > [[WordPress:Administration_Panels#Your_Profile|基本资料]] > [[WordPress:Your_Profile_SubPanel|你的基本资料]])上显示'''关于你自己'''栏的内容。'''关于你自己'''是文本的一个部分,通过用来公开地描述用户,而且可能描写得非常地长。必须在[[WordPress:The Loop|The Loop]]内部使用这个标签。
 
在这种的基本资料([[WordPress:Administration_Panels|管理]] > [[WordPress:Administration_Panels#Your_Profile|基本资料]] > [[WordPress:Your_Profile_SubPanel|你的基本资料]])上显示'''关于你自己'''栏的内容。'''关于你自己'''是文本的一个部分,通过用来公开地描述用户,而且可能描写得非常地长。必须在[[WordPress:The Loop|The Loop]]内部使用这个标签。
 
== Usage ==


== 用法 ==
== 用法 ==
第13行: 第7行:
%%% <?php the_author_description(); ?> %%%
%%% <?php the_author_description(); ?> %%%


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


== 例子 ==
== 例子 ==


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


== 参数 ==
== 参数 ==
This tag does not accept any parameters.


标签不接受任何参数。
标签不接受任何参数。
== Related ==


==相关的 ==
==相关的 ==
{{Tag Author Tags}}


{{标签 作者 标签}}
{{标签 作者 标签}}


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

2008年7月5日 (六) 14:30的最新版本

描述[ ]

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

用法[ ]

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


例子[ ]

<p>作者关于自己的自传:<?php the_author_description(); ?></p>

参数[ ]

标签不接受任何参数。

相关的[ ]

模板:标签 作者 标签

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