PHP WordPress显示作者信息

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP WordPress显示作者信息相关的知识,希望对你有一定的参考价值。

<div class="author-box">
   <div class="author-pic"><?php echo get_avatar( get_the_author_email(), '80' ); ?></div>
   <div class="author-name"><?php the_author_meta( "display_name" ); ?></div>
   <div class="author-bio"><?php the_author_meta( "user_description" ); ?></div>
</div>

以上是关于PHP WordPress显示作者信息的主要内容,如果未能解决你的问题,请参考以下文章

wordpress博客文章作者信息页面显示不了

链接到 archive.php - WordPress

wordpress作者信息怎么显示

PHP 仅在作者页面上显示WordPress作者RSS Feed

wordpress多作者显示问题

wordpress中常用的一些php代码