wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



the_author_posts › WordPress Function

Depuis0.71
Dépréciéen/a
the_author_posts ( Pas de paramètres )
Liens:
Défini(e) dans:
Codex:

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



Source

function the_author_posts() {
	echo get_the_author_posts();
}