the_author_posts()

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


Description Description


Source Source

File: wp-includes/author-template.php

function the_author_posts() {
	echo get_the_author_posts();
}

Top ↑

Changelog Changelog

Changelog
Version Description
0.71 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.