andru26
3/30/2017 - 10:23 PM

Excerpt length - functions.php

Excerpt length - functions.php

function custom_excerpt_length( $length ) {
	return 20;
}
add_filter( 'excerpt_length', 'custom_excerpt_length', 999 );