the_author_posts
Display the number of posts by the author of the current post.
Description
the_author_posts();
Usage
if ( !function_exists( 'the_author_posts' ) ) { require_once ABSPATH . WPINC . '/author-template.php'; } // NOTICE! Understand what this does before running. $result = the_author_posts();
Defined (1)
The function is defined in the following location(s).
- /wp-includes/author-template.php
- function the_author_posts() {
- echo get_the_author_posts();
- }