(', ' (', $links); $links = str_replace(')', ')', $links); return $links; } /** * Custom excerpt more */ function boston_custom_excerpt_more( $more ) { return '...'; } add_filter( 'excerpt_more', 'boston_custom_excerpt_more' );