mannieschumpert
7/18/2012 - 12:13 PM

WordPress: Get Author Bio by ID

WordPress: Get Author Bio by ID

// the number is the author ID
<?php $author = get_userdata(2); echo $author->user_description; ?>