wpseek.com
A WordPress-centric search engine for devs and theme authors



the_author_posts › WordPress Function

Since0.71
Deprecatedn/a
the_author_posts ( No parameters )
Links:
Defined at:
Codex:

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



Source

function the_author_posts() {
	echo get_the_author_posts();
}