function custom_read_more_text($more) { return '... En savoir plus'; } add_filter('excerpt_more', 'custom_read_more_text');