Laureato in Lettere, Luca Cognolato fa l’insegnante e ama leggere. Per anni ha inventato storie per sé e i propri figli, adesso sono pubblicate e lette da moltissimi bambini e ragazzi; una di queste, Il Verme Mela, è diventato un breve cartone animato. Ha ottenuto successo con la serie Basket League. Gli ultimi libri sono stati scritti a quattro mani con Silvia Del Francia.
Bibliografia:
- La storia vera del verme mela, Giunti Kids, 2005
- Basket league: due sotto canestro, Einaudi Ragazzi, 2010
- Operazione N.O.N.N.O. Una strana vacanza… a caccia di spie!, Giunti Junior, 2011
- L’eroe invisibile, Einaudi Ragazzi, 2014
- Dolcetto o scherzetto?, Giunti Kids, 2014
- Il magico museo delle scarpe, EL, 2016
- Detective in giardino, Giunti Editore, 2017
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' );
?>



