wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



the_author_posts › WordPress Function

Da0.71
Deprecaton/a
the_author_posts ( Nessun parametro )
Links:
Definito a:
Codex:

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



Sorgenti

function the_author_posts() {
	echo get_the_author_posts();
}