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/lacalita/wp-content/themes/rey/search.php
<?php
/**
 * The template for displaying search results pages
 *
 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/#search-result
 *
 * @package rey
 */

get_header(); ?>

<?php

rey_assets()->add_styles('rey-blog');

rey_action__before_site_container(); ?>

	<div class="rey-siteMain-inner">

		<?php
		/**
		 * Displays title
		 */
		do_action('rey/content/title'); ?>

		<?php
		if ( have_posts() ) :

			rey_action__post_list();

		else :

			?>
			<p><?php esc_html_e( 'Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'rey' ); ?></p>
			<?php
				get_search_form();

		endif;
		?>
	</div>

<?php
rey_action__after_site_container(); ?>

<?php
get_footer();