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

来自站长百科
跳转至: 导航、​ 搜索
(新页面: == Description == Displays the unique numeric user ID for the author of a post; the ID is assigned by WordPress when a user account is created. This tag must be used within [[WordPress:T...)
 
无编辑摘要
第1行: 第1行:
== Description ==
== Description ==
== 描述 ==


Displays the unique numeric user ID for the author of a post; the ID is assigned by WordPress when a user account is created. This tag must be used within [[WordPress:The Loop]].
Displays the unique numeric user ID for the author of a post; the ID is assigned by WordPress when a user account is created. This tag must be used within [[WordPress:The Loop]].
为文章的作者显示唯一的用户数字ID;创建了一个用户的时候,WordPress分配了这个ID。标签必须在[[WordPress:The Loop|The Loop]]内部。


== Usage ==
== Usage ==
== 用法 ==


%%% <?php the_author_ID(); ?> %%%
%%% <?php the_author_ID(); ?> %%%
%%% <?php the_作者_ID(); ?> %%%


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


Uses the author ID as a query link to all of that author's posts.
Uses the author ID as a query link to all of that author's posts.
使用作者的ID作为一个查询链接连接到作者的所有的文章。


  &lt;a href="/blog/index.php?author=<?php the_author_ID(); ?>"&gt;View all  
  &lt;a href="/blog/index.php?author=<?php the_author_ID(); ?>"&gt;View all  
  posts by <?php the_author_nickname(); ?>&lt;/a&gt;
  posts by <?php the_author_nickname(); ?>&lt;/a&gt;
&lt;a href="/blog/index.php?author=<?php the_author_ID(); ?>"&gt;View all
posts by <?php the_作者_昵称(); ?>&lt;/a&gt;


== 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:42的版本

Description

描述

Displays the unique numeric user ID for the author of a post; the ID is assigned by WordPress when a user account is created. This tag must be used within WordPress:The Loop.

为文章的作者显示唯一的用户数字ID;创建了一个用户的时候,WordPress分配了这个ID。标签必须在The Loop内部。

Usage

用法

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

%%% <?php the_作者_ID(); ?> %%%

Example

例子

Uses the author ID as a query link to all of that author's posts.

使用作者的ID作为一个查询链接连接到作者的所有的文章。

<a href="/blog/index.php?author=<?php the_author_ID(); ?>">View all 
posts by <?php the_author_nickname(); ?></a>

<a href="/blog/index.php?author=<?php the_author_ID(); ?>">View all

posts by <?php the_作者_昵称(); ?></a>

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