Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. function custom_excerpt_length( $length ) {
  2.     return 20; // Change this number
  3. }
  4. add_filter( 'excerpt_length', 'custom_excerpt_length', 999 );