Troppo piccola per dire sì
Nata a Vicenza, dal 1986 vive a Padova. Conduce, nelle scuole, numerosi laboratori di scrittura con i ragazzi.
Il suo libro Non sono una bambola! (EL edizioni) è stato finalista al Premio Sezione Bancarellino 2011. L’autrice ha vinto il Premio Il Batello a vapore 2015 per il suo romanzo Piccolissimo me (Piemme, 2016).
Bibliografia:
- Sono solo mia, EL, 2011
- Ilaria Alpi. La ragazza che voleva raccontare l’inferno, Rizzoli, 2014
- Giacomo Matteoti. Una morte annunciata, In edibus, 2014
- Troppo piccola per dire sì, Coccole books, 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' );
?>



