免费《新手做网站视频教程》,在线观看,如果你想从零开始自己做网站,点击开始吧!

WordPress仿站:用户相关信息的获取

  1. 首页
  2. »
  3. 图文教程
  4. »
  5. WordPress建站教程
  6. »
  7. WordPress仿站:用户相关信息的获取

文章目录

<?php the_author(); ?> :显示文章的作者
<?php the_author_description(); ?>: 显示文章作者的描述(作者个人资料中的描述)
<?php the_author_login(); ?> :显示文章作者的登录名
<?php the_author_firstname(); ?> :显示文章作者的firstname(名)
<?php the_author_lastname(); ?> :显示文章作者的lastname(姓)
<?php the_author_nickname(); ?> :显示文章作者的昵称
<?php the_author_ID(); ?> :显示文章作者的ID号
<?php the_author_email(); ?> :显示文章作者的电子邮箱
<?php the_author_url(); ?> :显示文章作者的网站地址
<?php the_author_link (); ?>:显示一个以文章作者名为链接名,链接地址为文章作者的网址的链接。
<?php the_author_posts(); ?> :显示文章作者已发表文章的篇数
<?php the_author_posts_link(); ?> :显示一个链接到文章作者已发表文章列表的链接

 

推荐阅读

联系我