Hi Mikko, thanks for your help. I uncommented it.
This is in lib/template-parts/blog-classic-sidebar/blog:
<?php
global $more;
$more = 0;
?>
<?php get_template_part( 'lib/template-parts/blog-classic-sidebar/blog', 'header' ); ?>
<?php if ( has_post_thumbnail() ) : ?>
<figure>
<a href="<?php the_permalink(); ?>">
<?php the_post_thumbnail('general-size'); ?>
</a>
</figure>
<?php endif; ?>
<div class="blog-item-content">
<div class="blog-item-desc ss-typography">
<?php the_content(''); ?>
</div>
<?php get_template_part( 'lib/template-parts/blog-classic-sidebar/blog', 'footer' ); ?>
The search box is here: https://www.hiddenbed.com/blog/