Skip to content

Instantly share code, notes, and snippets.

@Vesymos
Created September 27, 2014 15:04
Show Gist options
  • Save Vesymos/13d9873249364bc54443 to your computer and use it in GitHub Desktop.
Save Vesymos/13d9873249364bc54443 to your computer and use it in GitHub Desktop.
function new_excerpt_length($length) {
return 200;
}
add_filter('excerpt_length', 'new_excerpt_length');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment