ruạṛ
<article <?php post_class(); ?>> <header> <a href="{{ get_permalink() }}"> <div style="background-image: url('<?= wp_get_attachment_url(get_post_thumbnail_id(get_the_ID())) ?>'); width:50%; height:250px; margin-top:25px; background-size:cover;"> </div> </a> <h2 class="entry-title"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2> <?php get_template_part('templates/entry-meta'); ?> </header> <div class="entry-summary"> <?php the_excerpt(); ?> </div> </article>
cải xoăn