Example #1
0
<section class="universal-wrapper breadcrumbs-block-wrapper">
	<div class="universal-wrapper--inner">
        <?php 
echo \Vividcrestrealestate\Core\Template::renderBreadcrumbs();
?>
			
	</div>
</section>


<section class="universal-wrapper content-block-wrapper content-block--inner">
	<div class="universal-wrapper--inner clearfix two_cols">
		
		<div class="layout__col layout__col--wide">
			<form role="search" method="get" id="searchform" class="searchform" action="<?php 
echo site_url();
?>
">
				<div class="universal_line-wrapper">
					<input type="text" name="s" value="<?php 
echo $search_query;
?>
" />
					<input class="universal-button" type="submit" value="Search" />
				</div>
			</form>
			<?php 
if (count($posts) == 0) {
    ?>
				<p>Sorry but search result is empty. Please, try again</p>
			<?php