Fuorigioco a Berlino
Christian Antonini è stato curatore e ideatore di giochi, ha lavorato in campo giornalistico e come traduttore. Oggi si occupa di comunicazione e social media.
Dal 2007 vive e lavora a Introbio, in provincia di Lecco, con la sua famiglia. Autore per adulti, nel 2016 ha pubblicato il suo primo romanzo per ragazzi, Fuorigioco a Berlino.
Bibliografia:
- Legame doppio, Asengard Edizioni, 2007
- E venne la bestia, Il Ciliegio, 2015
- Fuorigioco a Berlino, Giunti, 2016
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' );
?>



