HEX
Server: Apache/2
System: Linux server-103-7-43-53 6.8.0-31-generic #31-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 20 00:40:06 UTC 2024 x86_64
User: txcuakhau (1058)
PHP: 8.3.14
Disabled: exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
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(); ?>