Skip to content

Instantly share code, notes, and snippets.

@jmsmrgn
Created July 3, 2015 09:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmsmrgn/cd168d8c769b1121facd to your computer and use it in GitHub Desktop.
Save jmsmrgn/cd168d8c769b1121facd to your computer and use it in GitHub Desktop.
WP - Trim Word Count
<?php
$content = get_the_content();
echo wp_trim_words( $content , '25' );
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment