Codex tools: Log in / create account
Languages: English • 日本語 • (Add your language)
Contents |
Displays the total number of posts an author has published. Drafts and private posts aren't counted. This tag must be used within The Loop.
<?php the_author_posts(); ?>
Displays the author's name and number of posts.
<p><?php the_author(); ?> has blogged <?php the_author_posts(); ?> posts</p>
This tag does not accept any parameters.
the_author, the_author_link, the_author_posts, the_author_posts_link, wp_list_authors, wp_dropdown_users, the_author_meta