function my_theme_excerpt_more( $more ) { return '...'; } add_filter( 'excerpt_more', 'my_theme_excerpt_more' );