the_author_posts()
Displays the number of posts by the author of the current post.
Source
File: wp-includes/author-template.php
function the_author_posts() {
echo get_the_author_posts();
}
Changelog
Version | Description |
---|---|
0.71 | Introduced. |