Tästä on hyötyä, jos haluat korvata otteen ellipsin (…) pysyvällä linkillä viestiin.
functions.php lisäys:
function replace_excerpt($content) ( return str_replace('(… )', ' Continue Reading ', $content ); ) add_filter('the_excerpt', 'replace_excerpt');