����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
/**
* Template Name: Search Results
*/
get_header();
global $post, $wp_query, $paged, $listing_founds, $number_of_listings;
$search_result_page = homey_option('search_result_page');
if ($search_result_page == 'half_map') {
get_template_part('template-parts/half_map');
} elseif ($search_result_page == 'half_map_right') {
get_template_part('template-parts/half_map_right');
} else {
get_template_part('template-parts/normal_page');
}
get_footer();
?>