WordPressのexcerpt関数の文字数を指定する方法です

<?php echo mb_substr(get_the_excerpt(), 0, 20); ?>