function new_excerpt_more($more) { global $post; return 'Read the Rest...'; } add_filter('excerpt_more', 'new_excerpt_more');