'. get_avatar( get_the_author_email(), '100' ) .'
'. $post_author->description .'
';
if( get_the_author_meta('twitter',get_query_var('author') ) )
$content .= '
Twitter ';
if( get_the_author_meta('facebook',get_query_var('author') ) )
$content .= '
Facebook ';
if( get_the_author_meta('gplus',get_query_var('author') ) )
$content .= '
Google+ ';
if( get_the_author_meta('linkedin',get_query_var('author') ) )
$content .= '
Linkedin ';
if( get_the_author_meta('dribbble',get_query_var('author') ) )
$content .= '
Dribbble ';
if( get_the_author_meta('github',get_query_var('author') ) )
$content .= '
Github';
$content .= '