Skip to content

Instantly share code, notes, and snippets.

@alfintechcomputer
Last active November 1, 2020 20:17
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 alfintechcomputer/bdb3f2bc7b14bdf8d91ca4dadb42f456 to your computer and use it in GitHub Desktop.
Save alfintechcomputer/bdb3f2bc7b14bdf8d91ca4dadb42f456 to your computer and use it in GitHub Desktop.
WordPress Excerpts
/* sets the excerpt length */
function customize_the_excerpt_length() {
return 30;
}
add_filter('excerpt_length','customize_the_excerpt_length');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment