array( 'site-title', 'site-description' ), ) ); // Filter the except length to 20 words. // // @param int $length Excerpt length. // @return int (Maybe) modified excerpt length. // function bfr_custom_excerpt_length( $length ) { // return 70; // } // add_filter( 'excerpt_length', 'bfr_custom_excerpt_length', 999 ); } add_action( 'after_setup_theme', 'foundationpress_theme_support' ); endif;