Leandro Barsotti ha 43 anni, vive a Padova dove lavora nel quotidiano “Il mattino”. La sua storia di cantautore inizia più di 15 anni fa, partecipa per due anni di seguito al Festival di San Remo nel ’96 e nel ’97 e raggiunge le 50.000 copie vendute con l’album Vitamina del 1994.
Per maggiori informazioni: www.leandrobarsotti.com
EVENTI COLLEGATI:
Presentazione del libro (L’orto della Cultura)
L’amore resta
Villa Bassi Rathgeb - 21:00 - 30/09/2017Presentazione del libro (L’orto della Cultura)
';
}
return $html;
}
function my_pre_get_posts( $query ) {
// do not modify queries in the admin
if( is_admin() ) {
return $query;
}
// only modify queries for 'event' post type
if( isset($query->query_vars['post_type']) && $query->query_vars['post_type'] == 'evento' ) {
// allow the url to alter the query
if( isset($_GET['data_di_evento']) ) {
$query->set('meta_key', 'data_di_evento');
$query->set('meta_value', $_GET['data_di_evento']);
}
}
// return
return $query;
}
add_action('pre_get_posts', 'my_pre_get_posts');
/*
* Remove Google Maps API Call if used in Enfold theme and Auto Location is active
*/
add_filter( 'avf_load_google_map_api', '__return_false' );
?>


