Codex tools: Log in
Languages: English • (Add your language)
Contents |
Returns 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 echo get_the_author_posts(); ?>
Displays the author's name and number of posts.
<p><?php the_author(); ?> has blogged <?php echo number_format_i18n( get_the_author_posts() ); ?> posts</p>
This tag does not accept any parameters.
the_author(), get_the_author(), the_author_link(), get_the_author_link(), the_author_meta(), get_the_author_meta(), the_author_posts(), get_the_author_posts(), the_author_posts_link(), get_author_posts_url(), wp_dropdown_users(), wp_list_authors()