wordpress怎么调用作者名字?
7个月前 (08-16 11:22)阅读53回复1
翱翔MJ
- 管理员
- 注册排名1
- 经验值2278
- 级别管理员
- 主题342
- 回复284
楼主
0
wordpress怎么调用作者名字? 相关回复(1)
楼主
- 管理员
- 注册排名1
- 经验值2278
- 级别管理员
- 主题342
- 回复284
<?php the_author(); ?> 显示文章的作者
<?php the_author_description(); ?> 显示文章作者的描述
<?php the_author_nickname(); ?> 显示文章作者的昵称
<?php the_author_posts_link(); ?> 显示文章作者已发表文章列表的链接