How do I add this capability to our blog? I have tried pasting this:
function excerpt_read_more_link($output) {
global $post;
return $output . 'ID) . '"> Read More...';
}
add_filter('the_excerpt', 'excerpt_read_more_link');
...into the Customization CSS section. It does nothing for me. Can someone explain to me in the most basic terms how to get this function?
The blog I need help with is thisadventurouslifeblog.wordpress.com.