HEX
Server: LiteSpeed
System: Linux catuipe.dhs10.info 4.18.0-553.111.1.lve.el8.x86_64 #1 SMP Fri Mar 13 13:42:17 UTC 2026 x86_64
User: paradatacom (1125)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /home/paradatacom/www/wp-content/themes/izeetak/search.php
<?php get_header(); ?>
    <div id="content-wrap" class="izeetak-container">
		<?php if ( have_posts() ) : ?>
	        <div id="site-content" class="site-content clearfix">
	            <div id="inner-content" class="inner-content-wrap">
					<?php while ( have_posts() ) : the_post(); ?>
						<?php get_template_part( 'templates/entry-search' ); ?>
					<?php endwhile; ?>
					<?php izeetak_pagination(); ?>
	            </div><!-- /#inner-content -->
	        </div><!-- /#site-content -->

			<?php get_sidebar(); ?>
        <?php else: ?>
			<div class="search-not-found no-results">
				<div class="no-results-content">
					<div class="no-results-title">
						<h1><?php esc_html_e( 'Nothing Found', 'izeetak' ); ?></h1>
					</div>
					<p><?php esc_html_e( 'Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'izeetak' ); ?></p>
					<?php get_search_form(); ?>
				</div>
			</div><!-- /.no-results -->
		<?php endif; ?>
    </div><!-- /#content-wrap -->
<?php get_footer(); ?>