Skip to content

Instantly share code, notes, and snippets.

@FernandoSalinas33
Created December 5, 2017 20:08
Show Gist options
  • Save FernandoSalinas33/cc095367aecf7ab1aba5ba10b43d738b to your computer and use it in GitHub Desktop.
Save FernandoSalinas33/cc095367aecf7ab1aba5ba10b43d738b to your computer and use it in GitHub Desktop.
Limit Excerpt
function limit_excerpt($length){
return 5;
}
add_filter('excerpt_length', 'limit_excerpt', 999);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment