lisaleague
11/10/2015 - 11:35 PM

add Read More link to excerpts - Qpractice

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 &rarr;</a>';
//}
//add_filter('the_excerpt', 'excerpt_read_more_link');