PHP Wordpress显示作者信息
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP Wordpress显示作者信息相关的知识,希望对你有一定的参考价值。
<div id="author-wrapper">
<a href="<?php the_author_meta('user_url'); ?>"><?php echo get_avatar( get_the_author_meta('user_email'), '80', '' ); ?></a>
<p><?php the_author_meta('description'); ?></p>
<p>See all posts by <?php the_author_posts_link(); ?> </p>
</div>
以上是关于PHP Wordpress显示作者信息的主要内容,如果未能解决你的问题,请参考以下文章
wordpress博客文章作者信息页面显示不了
链接到 archive.php - WordPress
wordpress作者信息怎么显示
PHP 仅在作者页面上显示WordPress作者RSS Feed
wordpress多作者显示问题
wordpress中常用的一些php代码