Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@congthien
Created April 21, 2017 15:02
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 congthien/175a6f1ae0b7a4aacbe86109152c179b to your computer and use it in GitHub Desktop.
Save congthien/175a6f1ae0b7a4aacbe86109152c179b to your computer and use it in GitHub Desktop.
change excerpt
remove_filter('excerpt_more', 'onepress_custom_excerpt_length');
function wpdocs_custom_excerpt_length( $length ) {
return 10;
}
add_filter( 'excerpt_length', 'wpdocs_custom_excerpt_length', 999 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment