显示当前帖子的作者的帖子数量。
原型
the_author_posts()
源文件
路径:wp-includes/author-template.php
<?php
...
function the_author_posts() {
echo get_the_author_posts();
}
...
?>
其他
英文文档:https://developer.wordpress.org/reference/functions/the_author_posts/
显示当前帖子的作者的帖子数量。
the_author_posts()
路径:wp-includes/author-template.php
<?php
...
function the_author_posts() {
echo get_the_author_posts();
}
...
?>
英文文档:https://developer.wordpress.org/reference/functions/the_author_posts/
请在后台设置小工具!