the_author_posts ( No parameters )
the_author_posts: 此函数显示当前文章的作者或指定用户发表的文章的数量。
显示当前文章的作者所发的文章数量。
function the_author_posts() { echo get_the_author_posts(); }