WordPress: Get Author Bio by ID
// the number is the author ID <?php $author = get_userdata(2); echo $author->user_description; ?>