the_author_posts()

Displays the number of posts by the author of the current post.

Source

function the_author_posts() {
	echo get_the_author_posts();
}

Changelog

VersionDescription
0.71Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.