サイドバー等に表示するときは以下のような感じで
例
<h3>管理人</h3> <ul class="sidemenu"> 名前: <?php the_author_meta( nickname ); ?> <br><br> <?php the_author_meta( user_description ); ?> <br><br> 連絡先: <?php the_author_meta( user_email ); ?> </ul>
the_author_description()とかはもう非推奨らしいよ