Skip to content

Instantly share code, notes, and snippets.

@joehoyle
Created September 4, 2012 23:19
Show Gist options
  • Save joehoyle/3627931 to your computer and use it in GitHub Desktop.
Save joehoyle/3627931 to your computer and use it in GitHub Desktop.
function jh_excerpt_length() {
return 50;
}
add_filter( 'excerpt_length', 'jh_excerpt_length' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment