ID;
$year_author = get_post_meta( $id_author, '_beautheme_year_job', true );
$url_ava = get_post_meta( $id_author, '_beautheme_type_image', true );
$authorAvatar_ID = beau_get_attachment_id_from_url($url_ava);
$author_avatar = wp_get_attachment_image( $authorAvatar_ID,'bebostore-main-thumbnail');
$url_fb = get_post_meta( $id_author, '_beautheme_author_facebook', true );
$url_tt = get_post_meta( $id_author, '_beautheme_author_twitter', true );
$url_rss = get_post_meta( $id_author, '_beautheme_author_rss', true );
$rand_id = rand(1000, 9999);
$idauth = "author_book_".$rand_id;
?>