WordPress函数the_author_posts()

WordPress函数the_author_posts()

介绍

the_author_posts() 显示作者已发布的文章数量,必须使用在 the_loop 中。

使用

<?php the_author_posts(); ?>

示例

显示作者名称和已经发布的文章数量。

<p>
<?php the_author(); ?> has blogged <?php the_author_posts(); ?> 
posts
</p>

显示结果

Harriett Smith has blogged 425 posts.

参数

不接受任何传参。

版权声明
转载请注明本文来源:WordPress函数the_author_posts()
转载请注明本文地址:https://www.e363.com/1231.html
THE END
喜欢龙网的内容,就支持一下吧!
点赞115赞赏 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容