Poesie per cielo e per mare
Alessandro Riccioni è nato a Lizzano in Belvedere (BO) nel 1956. Ha studiato Lingue Straniere all’Università di Bologna. Dopo un lungo periodo d’insegnamento ora è bibliotecario “di montagna”. Autore di numerose raccolte di poesia per adulti, il suo primo libro di poesie, Sottopelle (Book Editore) esce nel 1998. Nel 2011 esordisce nella letteratura per ragazzi pubblicando con la rinomata casa editrice Topipittori.
Bibliografia:
- Il mare in salita, Book Editore, 2007
- Cielo bambino, Topipittori, 2011
- L’eco, Lapis, 2013
- Mare matto, Lapis, 2016
- Il vento, Il Leone verde, 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' );
?>



