Laura Cima, femminista ed ecologista, ha partecipato al movimento antinucleare ed è stata eletta deputata verde nel 1987, diventando poi, primo caso in Italia, presidente di un direttivo di sole donne. Viene riconfermata alla Camera con i Verdi nel 2001 ed è vicesindaca di Moncalieri nel 1993. Ha fatto parte della Commissione per la parità della Presidenza del Consiglio ed è stata consigliera di parità per la Provincia di Torino. Oggi è presidente di “Primalepersone”. Per Il Poligrafo ha curato con Franca Marcomin L’ecofemminismo in Italia. Le radici di una rivoluzione necessaria (2017). Il suo blog: www.lauracima.it
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' );
?>



