Read more globalnie, ilość słów
Zmiana ilości słów we wpisach wyświetlanych na stronach archive / category dot. read more
do wstawienia w functions.php motywu, tuta ustamiona na 16.
function custom_excerpt_length( $length ) {
return 16;
}
add_filter( 'excerpt_length’, 'custom_excerpt_length’, 999 );
