//add this code to your functions file function new_excerpt_length($length) { return 100; } add_filter('excerpt_length', 'new_excerpt_length');