sabato 16 settembre
Orario:
18:30
Soffici con tocchi narrativi misti di fiction e realtà, racconta il naufragio dell’Arandora Stare e quello accaduto a molti italiani, fra cui garfagnini che erano nel Regno Unito quando Mussolini dichiarò guerra alla Gran Bretagna.
g.a., Il Tirreno – ed. Lucca
Un racconto sull’importanza della memoria e anche sui rischi del presente. La paura del diverso, la caccia allo straniero, fenomeni che non si presentano mai nelle stesse forme, ma ricorrono nella storia.
Luciano Nottoli, QN – ed. Lucca
http://www.feltrinellieditore.it/opera/opera/nessuno-puo-fermarmi/
';
}
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' );
?>


