//change excerpt function custom_excerpt_more($more) { return ' …<br />' . '<a href="'. get_permalink($post->ID) . '">' . 'Continue Reading: '. get_the_title() . '</a>'; } add_filter('excerpt_more', 'custom_excerpt_more');
Jump To Top of Thread