Continuum Theme – Excerpt length
Here is a custom function I’ve written to modify your excerpt however you want. You should NOT be changing any core files to make modifications, as these will be overwritten by any updates made to the WordPress framework: remove_filter(‘get_the_excerpt’, ‘wp_trim_excerpt’); add_filter(‘get_the_excerpt’, ‘preserve_excerpt_format’); function preserve_excerpt_format($text) { global $post; $raw_excerpt = $text; if (” == $text ) … Read more