the_author_posts()
Display the number of posts by the author of the current post.
Uses: get_the_author_posts()
1 time — 0.004421 sec (very slow) | 50000 times — 168.14 sec (extremely slow) | PHP 7.1.2, WP 4.7.3
No Hooks.
Return
null
. Nothing.
Usage
the_author_posts();
Changelog
Since 0.71 | Introduced. |
Code of the_author_posts() the author posts WP 6.0
function the_author_posts() { echo get_the_author_posts(); }