Revision: 46391
Updated Code
at May 18, 2011 12:54 by coryschadt
Updated Code
<div class="author"> <img src="<?php bloginfo('template_directory') ?>/authors/<?php the_author_ID()?>.jpg" alt="<?php the_author(); ?>" title="<?php the_author(); ?>" /> <?php the_author_description(); ?> </div> <!-- author -->
Revision: 46390
Updated Code
at May 18, 2011 12:45 by coryschadt
Updated Code
<div class="author"> <p><?php the_author_description(); ?> </p> </div>
Revision: 46389
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at May 18, 2011 12:32 by coryschadt
Initial Code
<div class="author"> <?php echo get_avatar( get_the_author_id(), '1' ); ?> <p><?php the_author_description(); ?> </p> </div> <!-- author -->
Initial URL
Initial Description
Initial Title
Wordpress - Grab author description & image
Initial Tags
wordpress
Initial Language
PHP