wordpress怎么调用作者名字?
翱翔MJ
- 管理员
- 注册排名1
- 经验值3675
- 级别管理员
- 主题605
- 回复325
楼主
0
wordpress怎么调用作者名字? 相关回复(1)
楼主
- 管理员
- 注册排名1
- 经验值3675
- 级别管理员
- 主题605
- 回复325
<?php the_author(); ?> 显示文章的作者
<?php the_author_description(); ?> 显示文章作者的描述
<?php the_author_nickname(); ?> 显示文章作者的昵称
<?php the_author_posts_link(); ?> 显示文章作者已发表文章列表的链接