/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<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 -->