wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



the_author_posts › WordPress Function

Seit0.71
Veraltetn/v
the_author_posts ( Keine Parameter )
Links:
Definiert in:
Codex:

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



Quellcode

function the_author_posts() {
	echo get_the_author_posts();
}