add Read More link to excerpts - Qpractice
//* LL - add Read More link to excerpts
//function excerpt_read_more_link($output) {
// global $post;
// return $output . '<a href="'. get_permalink($post->ID) . '"> Read More →</a>';
//}
//add_filter('the_excerpt', 'excerpt_read_more_link');