Skip to content

Instantly share code, notes, and snippets.

@johnbuck
Created December 16, 2015 07:55
Show Gist options
  • Save johnbuck/dd8cca22fef9142dfffc to your computer and use it in GitHub Desktop.
Save johnbuck/dd8cca22fef9142dfffc to your computer and use it in GitHub Desktop.
function pancake_custom_excerpt_length( $length ) {
return 200;
}
add_filter( 'excerpt_length', 'pancake_custom_excerpt_length', 999 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment