450,
'default'=>'mystery',
));
}
$telegram = get_the_author_meta( 'tumblr', $post->post_author );
$facebook = get_the_author_meta( 'facebook', $post->post_author );
$vk = get_the_author_meta( 'linkedin', $post->post_author );
$instagram = get_the_author_meta( 'instagram', $post->post_author );
$odnoklassniki = get_the_author_meta( 'myspace', $post->post_author );
$author_bio__links_list = '';
$tag_list = get_field('tag_list', 'options');
if(!empty($telegram)) {
$author_bio__links_list .='
';
}
if(!empty($facebook)) {
$author_bio__links_list .='
';
}
if(!empty($vk)) {
$author_bio__links_list .='
';
}
if(!empty($instagram)) {
$author_bio__links_list .='
';
}
if(!empty($odnoklassniki)) {
$author_bio__links_list .='
';
}
?>