Ini berguna jika Anda ingin mengganti elipsis (…) dari kutipan dengan tautan permanen ke pos.
Selain functions.php:
function replace_excerpt($content) ( return str_replace('(… )', ' Continue Reading ', $content ); ) add_filter('the_excerpt', 'replace_excerpt');