/* function new_excerpt_more($more) { global $post; return ' Lire la suite'; } add_filter('excerpt_more', 'new_excerpt_more'); ?>