File: /home/txcuakhau/domains/thuexechuyencuakhau.com/public_html/wp-content/themes/k-tech/search.php
<?php get_header(); ?>
<main id="main" class="site-main">
<div class="container">
<h1>Kết quả tìm kiếm</h1>
<?php if ( have_posts() ) : ?>
<div class="row">
<?php while ( have_posts() ) : the_post(); ?>
<div class="col medium-4 small-12 large-3">
<div class="search-item">
<a href="<?php the_permalink(); ?>">
<?php the_post_thumbnail('medium'); ?>
<h3><?php the_title(); ?></h3>
</a>
</div>
</div>
<?php endwhile; ?>
</div>
<?php else : ?>
<p>Không tìm thấy kết quả nào phù hợp.</p>
<?php endif; ?>
</div>
</main>
<?php get_footer(); ?>