Stylized Web offer-up a solution for including an image of the author and his user profile description within The Loop, which is as simple as:

<?php echo get_avatar( get_the_author_id(), ‘65′ ); ?> <strong><a href=”<?php the_author_url(); ?> “><?php the_author(); ?></a></strong>
<?php the_author_description(); ?>

The article also links to Kailoon’s alternative solution without Gravatars.

 

Read More From The WP Hacks Category

 


    Powered by WP Hashcash