?> _slider"></div> </div> <?php } ?> </div> </div> <div id="content" class="<?php wpp_css('property_search::content', "page type-page hentry"); ?> " > <div style="width: 890px; float: left;"> <?php $searchable_properties = WPP_F::get_searchable_properties(); if ($searchable_properties) { foreach ($searchable_properties as $property_id) { $property = WPP_F::get_property($property_id); // 1. Try template in theme folder $template_found = WPP_F::get_template_part(array("property-search-block"), array(WPP_Templates)); if ($template_found) { include $template_found; } } } ?> </div> </div>