function add_excerpt_class( $excerpt ) { $excerpt = str_replace( "<p", "<p class=\"text\"", $excerpt ); return $excerpt; }