Skip to content

Instantly share code, notes, and snippets.

@steveobbayi
Created July 8, 2018 07:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save steveobbayi/49a26e8424d472396c8d57046fd41abc to your computer and use it in GitHub Desktop.
Save steveobbayi/49a26e8424d472396c8d57046fd41abc to your computer and use it in GitHub Desktop.
/* Custom Excerpt length */
function my_excerpt_length( $length ) {
return 20;
}
add_filter( 'excerpt_length', 'my_excerpt_length', 999 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment