wpseek.com
WordPress开发者和主题制作者的搜索引擎



the_author_posts › WordPress Function

Since0.71
已弃用n/a
the_author_posts ( 没有参数 )
链接:
定义在:
文档:

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



源码

function the_author_posts() {
	echo get_the_author_posts();
}