How to change the "Read more" text?
I am using this code in functions.php
to so it will show on the front of my site and show the read more, but the read more is not showing, your help would be appreciated.
function new_excerpt_more( $more ) {
return ' a href="'. get_permalink( get_the_ID() ) . ' '
. __('br/br/ Read More') . '/a';
}
add_filter( 'excerpt_more', 'new_excerpt_more');
Here is my site demo link: http://visionedc.com/2015/news