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

来自站长百科
跳转至: 导航、​ 搜索
(新页面: == Description == This tag displays the URL to the Website for the author of a post. The '''Website''' field is set in the user's profile ([[WordPress...)
 
无编辑摘要
第1行: 第1行:
== Description ==
== Description ==
== 描述 ==


This tag displays the [[WordPress:Glossary#URI and URL|URL]] 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]]).  This tag must be used within [[WordPress:The Loop]].
This tag displays the [[WordPress:Glossary#URI and URL|URL]] 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]]).  This tag must be used within [[WordPress:The Loop]].
这个标签显示了文章作者网站的[[WordPress:Glossary#URI and URL|URL]]。'''网站'''区设置在用户的基本资料([[WordPress:Administration_Panels|管理]] > [[WordPress:Administration_Panels#Your_Profile|基本资料]] > [[WordPress:Your_Profile_SubPanel|你的基本资料]])中。必须在[[WordPress:The Loop|The Loop]]内部使用这个标签。


== Usage ==
== Usage ==
== 用法 ==
%%% <?php the_author_url(); ?> %%%


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


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


Displays the author's URL as a link and the link text.
Displays the author's URL as a link and the link text.
显示作者的URL作为一个链接和链接文本。


  &lt;p&gt;Author's web site:  
  &lt;p&gt;Author's web site:  
<a href="<?php the_author_url(); ?>"><?php the_author_url(); ?>&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Author's web site:
  <a href="<?php the_author_url(); ?>"><?php the_author_url(); ?>&lt;/a&gt;&lt;/p&gt;
  <a href="<?php the_author_url(); ?>"><?php the_author_url(); ?>&lt;/a&gt;&lt;/p&gt;


Which displays as:
Which displays as:
显示为:
<div style="border:1px solid blue; padding:10px; width: 75%">Author's web site: [[WordPress:Template_Tags/the_author_url#Example|www.example.com]]</div>


<div style="border:1px solid blue; padding:10px; width: 75%">Author's web site: [[WordPress:Template_Tags/the_author_url#Example|www.example.com]]</div>
<div style="border:1px solid blue; padding:10px; width: 75%">Author's web site: [[WordPress:Template_Tags/the_author_url#Example|www.example.com]]</div>


This example displays the author's name as a link to the author's web site.   
This example displays the author's name as a link to the author's web site.   
这个例子将作者的姓名显示为一个链接,连接到作者的网站。


  <?php if (get_the_author_url()) { ?><a href="<?php the_author_url(); ?>"><?php the_author(); ?></a><?php } else { the_author(); } ?>
  <?php if (get_the_author_url()) { ?><a href="<?php the_author_url(); ?>"><?php the_author(); ?></a><?php } else { the_author(); } ?>
<?php if (get_the_author_url()) { ?><a href="<?php the_author_url(); ?>"><?php the_author(); ?></a><?php } else { the_author(); } ?>


== 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月28日 (六) 11:43的版本

Description

描述

This tag displays the URL to the Website for the author of a post. The Website field is set in the user's profile (Administration > Profile > Your Profile). This tag must be used within WordPress:The Loop.

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

Usage

用法

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

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

Example

例子

Displays the author's URL as a link and the link text.

显示作者的URL作为一个链接和链接文本。

<p>Author's web site: 
<a href="<?php the_author_url(); ?>"><?php the_author_url(); ?></a></p>

<p>Author's web site:

<a href="<?php the_author_url(); ?>"><?php the_author_url(); ?></a></p>

Which displays as: 显示为:

Author's web site: www.example.com
Author's web site: www.example.com

This example displays the author's name as a link to the author's web site. 这个例子将作者的姓名显示为一个链接,连接到作者的网站。

<?php if (get_the_author_url()) { ?><a href="<?php the_author_url(); ?>"><?php the_author(); ?></a><?php } else { the_author(); } ?>

<?php if (get_the_author_url()) { ?><a href="<?php the_author_url(); ?>"><?php the_author(); ?></a><?php } else { the_author(); } ?>

Parameters

参数

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

Related

相关的

模板:Tag Author Tags

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

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