Skip to content

Instantly share code, notes, and snippets.

@zanetaylor
Created September 1, 2015 20:43
Show Gist options
  • Save zanetaylor/4bdd6453e720d002fb49 to your computer and use it in GitHub Desktop.
Save zanetaylor/4bdd6453e720d002fb49 to your computer and use it in GitHub Desktop.
function custom_excerpt_length( $length ) {
return 20;
}
add_filter( 'excerpt_length', 'custom_excerpt_length', 999 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment