/ Published in: PHP
Expand |
Embed | Plain Text
<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>
You need to login to post a comment.
