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

来自站长百科
跳转至: 导航、​ 搜索
(新页面: == Description == The author of a post can be '''displayed''' by using this Template Tag. This tag must be used within WordPress:The Loop. == Usage == ...)
 
无编辑摘要
第1行: 第1行:
== Description ==
== 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]].
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]]中使用这个标签。


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


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


== Examples ==
== Examples ==
== 例子 ==


=== Display Author's 'Public' Name ===
=== Display Author's 'Public' Name ===
===显示作者的 '公用' 名 ===


Displays the value in the user's '''Display name publicly as''' field.
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;This post was written by <?php the_author(); ?>&lt;/p&gt;
&lt;p&gt;这边文章是由 <?php the_author()写的; ?>&lt;/p&gt;


== Parameters ==
== Parameters ==
== 参数 ==


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


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


{{Tag Author Tags}}
{{Tag Author Tags}}
{{标签作者标签}}


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

2008年6月26日 (四) 09:48的版本

Description

描述

The author of a post can be displayed by using this Template Tag. This tag must be used within WordPress:The Loop.

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

Usage

用法

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

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

Examples

例子

Display Author's 'Public' Name

显示作者的 '公用' 名

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

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

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

<p>这边文章是由 <?php the_author()写的; ?></p>

Parameters

参数

This function takes no arguments. (The arguments have been deprecated.)

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

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

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