Filters the string in the "more" link displayed after a trimmed excerpt.
Filtre la chaîne du lien "plus" affiché après un extrait coupé.
' ' . '[…]'
Sortie :
@param string $more_string The string shown within the more link.
add_filter('excerpt_more', 'custom_excerpt_more');
function custom_excerpt_more($more) {
return ' Read more';
}
Chargement des actualités...