HEX
Server: Apache
System: Linux webd006.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: zwafgyp (177615)
PHP: 7.4.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/zwafgyp/coolswim/wp-content/themes/landing-pageasy/search.php
<?php
/**
 * The template for displaying pageasy results pages.
 *
 * @package landing Lite
 */

get_header(); ?>
	<div id="page" class="pageasy-area">
		<div class="article">
			<?php if ( have_posts() ) :
				$landing_pageasy_full_posts = get_theme_mod('landing_pageasy_full_posts');
				while ( have_posts() ) : the_post();
					landing_pageasy_archive_post();
				endwhile;
				landing_pageasy_post_navigation();
			else : ?>
				<div class="single_post clear">
					<article id="content" class="article page">
						<header>
							<h1 class="title"><?php esc_html_e( 'Nothing Found', 'landing-pageasy' ); ?></h1>
						</header>
						<p><?php esc_html_e( 'Sorry, but nothing matched your pageasy terms. Please try again with some different keywords.', 'landing-pageasy' ); ?></p>
						<?php get_pageasy_form(); ?>
					</article>
				</div>
			<?php endif; ?>
		</div><!-- .article -->
		<?php get_sidebar(); ?>
	</div><!-- #primary -->

<?php get_footer(); ?>