I do believe there are plugins available for this but really I don’t think its necessary. You can quickly add your own “About the Author” or “Author Bio” box to your blog posts with only a few lines of code. It should take you maybe 2 minutes to complete this task. Super easy stuff. This is a nice addition to any blog and helps to promote your blogs contents by associating your site with real people - and it just looks good!
Note: Always, always and yes .. always make a backup before you start messing with things.
Open your current themes single.php file
Admin > Design > Theme Editor > Your Current Theme > single.php
Find the following:
<?php the_content(’Continue reading »’); ?>
<?php link_pages(’<p><strong>Pages:</strong> ‘, ‘</p>’, ‘number’); ?>
Now right below add this:
<h3>About The Author</h3>
<?php echo get_avatar( get_the_author_email(), $size = ‘50′ )?>
<p>Written by <?php the_author_link(); ?>
<BR>
<?php the_author_link(); ?> is <?php the_author_description(); ?></p>
<p>Other posts by <?php the_author_posts_link(); ?></p>
You can change the above to get things looking how you would like. The above example will give you a similar look to what we have here on STCFX.
The Author description is taken from the user profile area. Whatever is typed there will be displayed in this area.
If you liked the above post, why not buy a round of coffee :)Tags: wordpress, wordpress 2.5, wordpress 2.5 themes, wordpress help, WordPress Themes
Suggested Reading
Christmas Gifts
Buy Amazing Christmas Gifts on Walmart for your family [..]
US Colleges
Choose the right college with our site. Check some [..]
Hey There!
April 6th, 2008 at 3:51 pm
Nice nice, maybe you could possibly add a article about ho to use tracebacks in the write a post page.
April 6th, 2008 at 4:18 pm
Not a bad idea Lamonte, I think I may just have to do that.