The Code

<div id=”author-bio”>
<h3>About The Author</h3>
<?php echo get_avatar( get_the_author_email(), ’80′ ); ?>
<h4><?php the_author(); ?> on <?php the_time(‘l, F jS, Y’) ?></h4>
<?php the_author_description(); ?>
</div><!–end author-bio–>

Breakdown:

<div id=”author-bio”> (the div tag is for styling in CSS)
<h3>About The Author</h3> (author header text)
<?php echo get_avatar( get_the_author_email(), ’80′ ); ?> (your gravatar image.. if you don’t have one visit gravatar.com)
<h4><?php the_author(); ?> (your display name) on <?php the_time(‘l, F jS, Y’) ?></h4>  (the date stamp)
<?php the_author_description(); ?> (author bio)
</div><!–end author-bio–>

 

More resources:



About The Author

DesaraeV on Saturday, May 26th, 2012

Personal branding strategist and ui designer with a background in graphic design, SEO & social media. Ruminations on innovation, technology and a few other random hobbys. I love Geekery!