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

来自站长百科
跳转至: 导航、​ 搜索
(新页面: == Description == Displays the total number of posts an author has published. Drafts and private posts are not counted. This tag must be used within WordPress:The Loop. == Usage == ...)
 
无编辑摘要
第1行: 第1行:
== Description ==
== Description ==
== 描述 ==


Displays the total number of posts an author has published. Drafts and private posts are not counted. This tag must be used within [[WordPress:The Loop]].
Displays the total number of posts an author has published. Drafts and private posts are not counted. This tag must be used within [[WordPress:The Loop]].
显示作者已经发表的所有文章的总数。草稿和密码文章不包含在内。必须在[[WordPress:The Loop|The Loop]]内部使用这个标签。


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


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


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


Displays the author's name and number of posts.
Displays the author's name and number of posts.
显示作者名和文章数目。
&lt;p&gt;<?php the_author(); ?> has blogged <?php the_author_posts(); ?>
posts&lt;/p&gt;


&lt;p&gt;<?php the_author(); ?> has blogged <?php the_author_posts(); ?>  
&lt;p&gt;<?php the_author(); ?> has blogged <?php the_author_posts(); ?>  
  posts&lt;/p&gt;
  posts&lt;/p&gt;


<div style="border:1px solid blue; width:50%; padding: 10px">Harriett Smith has blogged 425 posts.</div>
<div style="border:1px solid blue; width:50%; padding: 10px">Harriett Smith has blogged 425 posts.</div>
<div style="border:1px solid blue; width:50%; padding: 10px">Harriett Smith在博客上发表了425篇文章。</div>


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

Description

描述

Displays the total number of posts an author has published. Drafts and private posts are not counted. This tag must be used within WordPress:The Loop.

显示作者已经发表的所有文章的总数。草稿和密码文章不包含在内。必须在The Loop内部使用这个标签。

Usage

用法

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

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

Example

例子

Displays the author's name and number of posts. 显示作者名和文章数目。

<p><?php the_author(); ?> has blogged <?php the_author_posts(); ?> 
posts</p>

<p><?php the_author(); ?> has blogged <?php the_author_posts(); ?>

posts</p>
Harriett Smith has blogged 425 posts.
Harriett Smith在博客上发表了425篇文章。

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 标签页底文字