HEX
Server: Apache/2
System: Linux server.cloudfly.vn 3.10.0-1160.71.1.el7.x86_64 #1 SMP Tue Jun 28 15:37:28 UTC 2022 x86_64
User: root (0)
PHP: 7.4.29
Disabled: NONE
Upload Files
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>