Skip to content

Instantly share code, notes, and snippets.

@investic
Created December 11, 2009 13:26
Show Gist options
  • Save investic/254206 to your computer and use it in GitHub Desktop.
Save investic/254206 to your computer and use it in GitHub Desktop.
<?php
//Recortar un teaser (o campo de cck) sin que rompa las etiquetas
print drupal_substr(strip_tags($teaser), 0, 200).'leer más';
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment