WordPress:Template Tags/the author posts

来自站长百科
Xxf3325讨论 | 贡献2008年6月25日 (三) 10:32的版本 (新页面: == 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 == ...)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航、​ 搜索

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

%%% <?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>
Harriett Smith has blogged 425 posts.

Parameters

This tag does not accept any parameters.

Related

模板:Tag Author Tags

模板:No Param Tag Footer