the_author_posts

Advertisement

Summery Summery

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

Syntax Syntax

the_author_posts()

Source Source

File: wp-includes/author-template.php

function the_author_posts() {
	echo get_the_author_posts();
}

Advertisement

Changelog Changelog

Changelog
Version Description
0.71 Introduced.

Advertisement

Leave a Reply