Custom “More” to Follow Excerpts

If you’re not a fan of ” […]” or “… Continue reading →” you can easily setup your own “more” text.

add_filter( 'excerpt_more', 'dot_dot_dot', 11 );
function dot_dot_dot( $more ) {
    return '... <a href="'. get_permalink() .'" class="keep_reading">Continue reading &raquo;</a>';
}

Leave a Reply

Your email address will not be published. Required fields are marked *

%d bloggers like this: