| Server IP : 198.244.165.102 / Your IP : 216.73.216.218 [ Web Server : nginx/1.24.0 System : Linux modovh-ub-01 6.8.0-138-generic #138-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 31 22:41:49 UTC 2026 x86_64 User : colleary ( 1011) PHP Version : 8.3.23 Disable Function : NONE Domains : 2 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/colleary/public_html/wp-content/themes/realhomes/ |
Upload File : |
<?php
/*
* Template Name: Property Search Right Sidebar
*/
get_header();
/* Theme Search Module */
$theme_search_module = get_option('theme_search_module');
switch( $theme_search_module ){
case 'properties-map':
get_template_part( 'banners/map_based_banner' );
break;
default:
get_template_part( 'banners/default_page_banner' );
break;
}
?>
<!-- listing container - grid layout -->
<div class="container contents listing-grid-layout">
<div class="row">
<!-- main content wrapper -->
<div class="span9 main-wrap">
<?php get_template_part( 'template-parts/sidebar-search-results' ); ?>
</div><!-- end of main content wrapper -->
<!-- sidebar wrapper -->
<div class="span3 sidebar-wrap">
<!-- start of sidebar -->
<aside class="sidebar">
<?php
if ( ! dynamic_sidebar( 'property-search-sidebar' ) ) :
endif;
?>
</aside><!-- end of sidebar -->
</div><!-- end of sidebar wrapper -->
</div><!-- end of .row -->
</div><!-- end of listing container -->
<?php get_footer(); ?>