Current Path : /var/test/www/html/37thanniversary/wp-content/themes/brando/templates/ |
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’t find what you’re looking for. Perhaps searching can help.', 'brando'); ?></strong> <?php endif; ?> </div> </div>