function custom_excerpt_more( $excerpt ) { return '...'; } add_filter( 'excerpt_more', 'custom_excerpt_more' );