the_author_posts()
Displays the number of posts by the author of the current post.
Contents
Source
File: wp-includes/author-template.php
.
View all references
function the_author_posts() {
echo get_the_author_posts();
}
Changelog
Version | Description |
---|---|
0.71 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.
Basic Example
Displays the author’s name and number of posts.
Output is “Harriett Smith has blogged 425 posts.”