Many people want to read the author information after the article. This is good for seo also.
You can show the author information in single page using following code. just open your single.php file and put following code after the
the_content() function.
<div id="author-information">
<div id="author-image">
<a href="<?php the_author_meta('user_url'); ?>">
<?php echo get_avatar( get_the_author_meta('user_email'), '150',
'' ); ?></a></div>
<div id="author-bio">
<h4>Written by < ?php the_author_link(); ?></h4>
< ?php the_author_meta('description'); ?>
</div>
</div>
<!--Author information-->
Use following code in your css file
#author-information{float:left;width:auto;clear:both;}
#author-image{border:3px solid #CCC; float:left:width:160px;}
#author-bio{padding:5px;float:left;}







Pingback: Display Author information end of article in wordpress | Wordpress … « Zipsite.net
Good! Thank you! I always wanted to write in my site something like that. Can I take part of your post to my blog?
Of course, what a great site and informative posts, I will add backlink – bookmark this site? Regards, Reader