Skip to content

Instantly share code, notes, and snippets.

@erezLieberman
Created February 24, 2015 11:38
Show Gist options
  • Save erezLieberman/61b75b79fb51da94efcb to your computer and use it in GitHub Desktop.
Save erezLieberman/61b75b79fb51da94efcb to your computer and use it in GitHub Desktop.
wp the_excerpt() by charcters
<?php echo substr(get_the_excerpt(), 0,30); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment