ControlledChaos of Controlled Chaos Design
8/9/2016 - 6:47 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