ControlledChaos
8/8/2016 - 2:59 PM

Change the text that follows the WordPress excerpt.

Change the text that follows the WordPress excerpt.

<?php

function ccd_custom_more_excerpt( $more ) {
    return 'read more text ↠';
}
add_filter( 'excerpt_more', 'ccd_custom_more_excerpt' );

?>

Excerpt More Text

WordPress Snippet