File: /home/dkhp464/public_html/wp-content/themes/DaKhoaHongPhat/template-parts/content-search.php
<div class="row">
<div class="col-sm-4 col-5">
<a href="<?php the_permalink(); ?> " title="<?php echo get_the_title() ?>">
<?php echo the_post_thumbnail('large', array('class' => 'img-fluid', 'alt' => get_the_title())); ?>
</a>
</div>
<div class="col-sm-8 col-7">
<h5 class="color-secondary">
<a href="<?php the_permalink(); ?> " title="<?php echo get_the_title() ?>" class="fw-bold">
<?php echo get_the_title() ?>
</a>
</h5>
<div class="the_excerpt d-lg-block d-md-block d-none"><?= wp_trim_words(get_the_excerpt(), 30, '...') ?></div>
</div>
</div>
<hr>