Sirio Luginbühl fino da giovane ha rivolto i suoi interessi alle esperienze di avanguardia nel campo della letteratura e del cinema. Nel 1970 fonda la Cooperativa Cinema Indipendente. Nel 1974 scrive Cinema underground oggi, la prima opera che si occupa del cinema sperimentale europeo. Nel 1988 per promuovere opere su pellicola o nastro fuori dai normali circuiti, costituisce la CINEMA&VIDEO INDIPENDENTE PADOVA.I suoi film sono stati presentati a Festival internazionali. Ha pubblicato Cinema underground oggi, Mastrogiacomo editore, Lo schermo negato, Shakespeare&co, Milano, Videotape, arte, tecnica, storia, Mastrogiacomo editore, Padova. Nel 2013 è stato invitato a L’Avanguardia Intermedia, al Mart di Trento e Rovereto.
E’ mancato il 2 settembre del 2014.
';
}
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' );
?>

