getModifyText( true ); echo mb_substr( strip_tags( $text ) , 0 , 250 , 'UTF-8' ); if ( strlen( $text ) > 250 ) echo '...'; ?>