Skip to content

Instantly share code, notes, and snippets.

@rodgtr1
Last active April 12, 2018 02:22
Show Gist options
  • Save rodgtr1/33018d26c20d253e16f65616448fa2d9 to your computer and use it in GitHub Desktop.
Save rodgtr1/33018d26c20d253e16f65616448fa2d9 to your computer and use it in GitHub Desktop.
Change Excerpt Length on Specific Instance
//15 is the amount of words & change three dots to whatever you want at the end of the excerpt
<?php echo wp_trim_words( get_the_excerpt(), 15, '...' ); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment