Created
July 3, 2015 09:43
-
-
Save jmsmrgn/cd168d8c769b1121facd to your computer and use it in GitHub Desktop.
WP - Trim Word Count
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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