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

来自站长百科
跳转至: 导航、​ 搜索
无编辑摘要
无编辑摘要
 
第1行: 第1行:
== Description ==
==描述 ==
==描述 ==


This tag displays the last name for the author of a post.  The '''Last Name''' field is set in the user's profile ([[WordPress:Administration_Panels|Administration]] > [[WordPress:Administration_Panels#Your_Profile|Profile]] > [[WordPress:Your_Profile_SubPanel|Your Profile]]). 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 ==


== 用法 ==
== 用法 ==


%%% <?php the_author_lastname(); ?> %%%
%%% <?php the_author_lastname(); ?> %%%
%%% <?php the_author_lastname(); ?> %%%
== Example ==


== 例子 ==
== 例子 ==
Displays author's first and last name.


显示作者的姓和名。
显示作者的姓和名。
&lt;p&gt;Post author:
<?php the_author_firstname(); ?> <?php the_author_lastname(); ?>&lt;/p&gt;


&lt;p&gt;文章作者:  
&lt;p&gt;文章作者:  
<?php the_作者_名(); ?> <?php the_作者_姓(); ?>&lt;/p&gt;
  <?php the_author_firstname(); ?> <?php the_author_lastname(); ?>&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:42的最新版本

描述[ ]

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

用法[ ]

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

例子[ ]

显示作者的姓和名。

<p>文章作者:

 <?php the_author_firstname(); ?> <?php the_author_lastname(); ?></p>

参数[ ]

这个标签不介绍任何参数。

相关的[ ]

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