';
}
else {
echo get_avatar(get_the_author_meta('user_email'), '330');
}
echo '
';
echo '
';
echo the_author_meta('display_name');
echo '
';
echo '
';
echo the_author_meta('address');
echo '
';
echo '
';
echo the_author_meta('url');
echo '
';
echo '
';
echo the_author_meta('description');
echo '
';
echo '
';
$fb = get_the_author_meta('facebook');
if ($fb !='') {
echo '
';
}
$tw = get_the_author_meta('twitter');
if ($tw !='') {
echo '
';
}
$in = get_the_author_meta('linkedin');
if ($in !='') {
echo '
';
}
$ig = get_the_author_meta('instagram');
if ($ig !='') {
echo '
';
}
echo '
';
echo '