Skip to content

Instantly share code, notes, and snippets.

@ElmahdiMahmoud
Last active December 25, 2015 06:19
Show Gist options
  • Select an option

  • Save ElmahdiMahmoud/6931201 to your computer and use it in GitHub Desktop.

Select an option

Save ElmahdiMahmoud/6931201 to your computer and use it in GitHub Desktop.
wp: Character limit count
<?php echo substr(strip_tags($post->post_content), 0, 150);?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment