php function remove_excerpt_read_more($more) { return ''; } add_filter('excerpt_more', 'remove_excerpt_read_more');