Baga asta in functions.php si iti poti seta foarte usor cat de mare vrei sa fie excerptul.

Cod PHP:
<?php
// Add custom excerpt length
function custom_excerpt_length($length) {
    return 
20;
}
add_filter('excerpt_length''custom_excerpt_length');
?>