ALE GIORGINI Classe 1976, vivo a Vicenza. Lavoro come illustratore e fumettista, fra i miei clienti: Disney, Warner Bros, Boom! Studios, Foot Locker, Sony Pictures, Emirates, MTV, Gruner+Jahr/Mondadori, Gruppo L’Espresso, Sladapress. I miei fumetti sono pubblicati ogni mese su Focus Junior e Focus Wild e, dal 2008 al 2013, su La Repubblica XL. Sono stato il vignettista “in studio” dell’ultima stagione di “Loveline” (MTV) e ho partecipato a performance e mostre in tutto il mondo (Milano, San Diego, New York, Sidney, Roma, Firenze, Napoli, Los Angeles, San Francisco, Portland). Le mie serigrafie sono esposte alla Hero Complex Gallery (Los Angeles) e alla Bottleneck Gallery (New York).
EVENTI COLLEGATI:
';
}
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' );
?>



