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

来自站长百科
跳转至: 导航、​ 搜索
无编辑摘要
无编辑摘要
 
第1行: 第1行:
== Description ==
==描述 ==
==描述 ==
This tag displays a link to the Website for the author of a post.  The '''Website''' field is set in the user's profile ([[WordPress:Administration_Panels|Administration]] > [[WordPress:Administration_Panels#Your_Profile|Profile]] > [[WordPress:Your_Profile_SubPanel|Your Profile]]).  The text for the link is the author's Profile '''Display name publicly as''' field. 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_link(); ?> %%%
%%% <?php the_author_link(); ?> %%%
%%% <?php the_author_link(); ?> %%%
== Example ==


== 例子==
== 例子==
Displays the author's Website URL as a link and the text for the link is the author's Profile '''Display name publicly as''' field.  In this example, the author Display Name is James Smith.


将作者的网站URL显示为一个链接,链接的文本是作者的基本资料'''公开显示名称''' 区。在这个例子中,作者显示的姓名是James Smith。
将作者的网站URL显示为一个链接,链接的文本是作者的基本资料'''公开显示名称''' 区。在这个例子中,作者显示的姓名是James Smith。
&lt;p&gt;Written by:
<?php the_author_link(); ?>&lt;/p&gt;
&lt;p&gt;Written by:  
&lt;p&gt;Written by:  
<?php the_author_link(); ?>&lt;/p&gt;
<?php the_author_link(); ?>&lt;/p&gt;


Which displays as:
显示为:
显示为:
<div style="border:1px solid blue; padding:10px; width: 75%">Written by: [[WordPress:Template_Tags/the_author_link#Example|James Smith]]</div>
<div style="border:1px solid blue; padding:10px; width: 75%">由: [[WordPress:Template_Tags/the_author_link#Example|James Smith]]写的</div>
<div style="border:1px solid blue; padding:10px; width: 75%">由: [[WordPress:Template_Tags/the_author_link#Example|James Smith]]写的</div>
== Parameters ==


==参数==
==参数==


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


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


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


{{没有 Param 标签 页底文字}}
{{没有 Param 标签 页底文字}}

2008年7月5日 (六) 15:01的最新版本

描述[ ]

这个标签显示了连接到文章作者网站的一个链接。网站区设置在用户的基本资料(管理 > 基本资料 > 你的基本资料)中。链接的文本是作者的基本资料公开地显示姓名区。必须在The Loop内使用这个标签。

用法[ ]

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

例子[ ]

将作者的网站URL显示为一个链接,链接的文本是作者的基本资料公开显示名称 区。在这个例子中,作者显示的姓名是James Smith。 <p>Written by: <?php the_author_link(); ?></p>

显示为:

由: James Smith写的

参数[ ]

这个标签不接受任何参数。

相关的[ ]

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