File: /home/dkhp464/public_html/wp-content/themes/DaKhoaHongPhat/template-parts/content.php
<section class="hopital-news">
<div class="row justify-content-center py-3">
<div class="col-xl-4">
<a href="<?php the_permalink(); ?> " title="<?php echo get_the_title() ?>" class="news-title">
<?php the_post_thumbnail('large', ['class' => 'img-news-cover img-fluid w-100', 'alt' => get_the_title()]); ?>
</a>
</div>
<div class="col-xl-8">
<a href="<?php the_permalink(); ?> " title="<?php echo get_the_title() ?>" class="news-title">
<?php echo get_the_title() ?>
</a>
<p class="text-news">
<?= wp_trim_words(get_the_excerpt(), 30, '...') ?>
</p>
<div class="category-button d-flex justify-content-end">
<!-- <a href="https://mxx.zoosnet.net/LR/Chatpre.aspx?id=MXX20539096&lng=en" target="_blank" id="btn-ctg-seemore" class="btn text-white" style="background-color: #2bb673;">Tư Vấn</a> -->
<!-- <a href="--><?php //the_permalink(); ?><!--" id="btn-ctg-contact" class="btn text-white" style="background-color: #2281C4;">Xem Thêm</a>-->
</div>
</div>
</div>
</section>
<div class="category-line"></div>