Your IP : 216.73.216.95


Current Path : /var/test/www/html/37thanniversary/wp-content/themes/brando/templates/
Upload File :
Current File : /var/test/www/html/37thanniversary/wp-content/themes/brando/templates/content-none.php

<?php
/**
 * displaying if not exist any posts
 *
 * @package Brando
 */
?>
<div class="col-md-12 col-sm-12 col-xs-12 no-padding">
	<div class="alert alert-warning fade in" role="alert">
	    <i class="fas fa-question-circle alert-warning"></i>
		<?php if ( is_search() ) : ?>
			<strong><?php esc_html_e( 'Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'brando'); ?></strong>
		<?php else : ?>
			<strong><?php esc_html_e( 'It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.', 'brando'); ?></strong>
		<?php endif; ?>
		
	</div>
</div>