Ez akkor hasznos, ha az ellipszist (…) a kivonatból egy állandó linkre szeretné helyezni a bejegyzéshez.
functions.php kiegészítés:
function replace_excerpt($content) ( return str_replace('(… )', ' Continue Reading ', $content ); ) add_filter('the_excerpt', 'replace_excerpt');