Skip to content

Instantly share code, notes, and snippets.

@rajendra89
Created May 27, 2017 11:19
Show Gist options
  • Save rajendra89/2f31850ce0b15a16ef0fbaf0006de1d6 to your computer and use it in GitHub Desktop.
Save rajendra89/2f31850ce0b15a16ef0fbaf0006de1d6 to your computer and use it in GitHub Desktop.
Change the Excerpt Length
function excerpt_length_example( $words ) {
return 15;
}
add_filter( 'excerpt_length', 'excerpt_length_example' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment