?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/wdp/wp-content/themes/kerge/



?? Go up: /home/webdevt/www/wdp/wp-content/themes

?? Viewing: content-none.php

<?php
/**
 * The template for displaying a "No posts found" message
 */
?>

<h2 class="page-title"><?php esc_html_e( 'Nothing Found', 'kerge' ); ?></h2>

<div class="page-content-none">
	<?php if ( is_search() ) : ?>

	<p><?php esc_html_e( 'Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'kerge' ); ?></p>
	<?php get_search_form(); ?>

	<?php else : ?>

	<p><?php esc_html_e( 'It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.', 'kerge' ); ?></p>
	<?php get_search_form(); ?>

	<?php endif; ?>
</div><!-- .page-content -->


??

??