function excerpt_read_more_link($output) { global $post; return $output . ' Read More...'; } add_filter('the_excerpt', 'excerpt_read_more_link');