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

来自站长百科
跳转至: 导航、​ 搜索
无编辑摘要
无编辑摘要
 
第1行: 第1行:
== Description ==
== 描述 ==
== 描述 ==
The author of a post can be '''displayed''' by using this [[WordPress:Template_Tags|Template Tag]].  This tag must be used within [[WordPress:The Loop]].


通过使用[[WordPress:Template_Tags|模板标签]],可以'''显示'''一篇文章的作者。必须在[[WordPress:The Loop|The Loop]]中使用这个标签。
通过使用[[WordPress:Template_Tags|模板标签]],可以'''显示'''一篇文章的作者。必须在[[WordPress:The Loop|The Loop]]中使用这个标签。
== Usage ==


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


%%% <?php the_author(); ?> %%%
%%% <?php the_author(); ?> %%%
%%% <?php the_author(); ?> %%%
== Examples ==


== 例子 ==
== 例子 ==
=== Display Author's 'Public' Name ===


===显示作者的 '公用' 名 ===
===显示作者的 '公用' 名 ===


Displays the value in the user's '''Display name publicly as''' field.


在用户的'''公开地显示姓名'''栏中显示参数值。
在用户的'''公开地显示姓名'''栏中显示参数值。


&lt;p&gt;This post was written by <?php the_author(); ?>&lt;/p&gt;


&lt;p&gt;这边文章是由 <?php the_author()写的; ?>&lt;/p&gt;
&lt;p&gt;这篇文章是由 <?php the_author()写的; ?>&lt;/p&gt;
 
== Parameters ==


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


This function takes no arguments. (The arguments have been deprecated.)
这个函数没有论证。(论证被抨击了。)


这个函数没有论证。(论证被抨击了。)


== Related ==


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


{{Tag Author Tags}}
 


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


{{PHP Function Tag Footer}}
 
{{PHP 函数标签页底文字}}
{{PHP 函数标签页底文字}}

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

描述[ ]

通过使用模板标签,可以显示一篇文章的作者。必须在The Loop中使用这个标签。

用法[ ]

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

例子[ ]

显示作者的 '公用' 名[ ]

在用户的公开地显示姓名栏中显示参数值。


<p>这篇文章是由 <?php the_author()写的; ?></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


模板:PHP 函数标签页底文字