Custom excerpt length
//custom excerpt length function wpfme_custom_excerpt_length( $length ) { //the amount of words to return return 20; } add_filter( 'excerpt_length', 'wpfme_custom_excerpt_length');