ruạṛ
<article <?php post_class("card mb-5") ?>> <a href="<?php echo e(get_permalink()); ?>"> <div class="blog-bg-image" style="background-image: url('<?= wp_get_attachment_url(get_post_thumbnail_id(get_the_ID())) ?>');"></div> </a> <div class="card-body"> <h2 class="h4 card-title"><a class="text-decoration-none" href="<?php echo e(get_permalink()); ?>"><?php echo e(the_title()); ?></a></h2> <?php the_excerpt() ?> </div> </article>
cải xoăn