the_author_posts() – Display the number of posts by the author of the current post.

You appear to be a bot. Output may be restricted

Description

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

Usage

the_author_posts();

Parameters

Returns

void

Source

File name: wordpress/wp-includes/author-template.php
Lines:

1 to 3 of 3
function the_author_posts() {
  echo get_the_author_posts();
}
 

 View on GitHub View on Trac