wp-productzilla/wp-content/themes/blocksy/template-parts/404.php
rizal.productzilla e38e8b231d templating
2024-04-01 16:08:46 +07:00

22 lines
614 B
PHP

<div class="ct-container" <?php echo blocksy_get_v_spacing() ?>>
<section class="ct-no-results">
<section class="hero-section" data-type="type-1">
<header class="entry-header">
<h1 class="page-title" itemprop="headline">
<?php esc_html_e('Oops! That page can&rsquo;t be found.', 'blocksy'); ?>
</h1>
<div class="page-description">
<?php esc_html_e('It looks like nothing was found at this location. Maybe try to search for something else?', 'blocksy'); ?>
</div>
</header>
</section>
<div class="entry-content">
<?php get_search_form(); ?>
</div>
</section>
</div>