Hallo,
Achso, Author bio wie hier. Wenn ja, ich habe diese code:
PHP
<div id="authorBox">
<img src="<?php echo bloginfo('template_directory').'/Authors/1.jpg' ;?>" alt="<?php the_author(); ?>" title="<?php the_author(); ?>" />
<div id="AuthorInfo">
<h4>Who did write this stuff?</h4>
<p><?php the_author_meta('description'); ?></p>
</div>
</div>
im single.php eingefügt.