Bu şekilde kod kullandım
<?php echo substr(get_the_excerpt(), 0,100); ?>

sonra kod hatası olur diye buraya yazdım. Yardımcı olun..

content kısmı böyle.

<?php
the_content(sprintf(wp_kses(
/* translators: %s: Name of current post. Only visible to screen readers */
__('Continue reading<span class="screen-reader-text"> "%s"</span>', 'wptheme') , array(
'span' => array(
'class' => array() ,
) ,
)) , wp_kses_post(get_the_title())));

wp_link_pages(array(
'before' => '<div class="page-links">' . esc_html__('Pages:', 'wptheme') ,
'after' => '</div>',
));
?>