Your IP : 216.73.216.0


Current Path : /home/goldnueh/goodluckspa.info/wp-content/themes/wellnez/templates/
Upload File :
Current File : /home/goldnueh/goodluckspa.info/wp-content/themes/wellnez/templates/content-none.php

<?php

/**
 * @Packge 	   : Wellnez
 * @Version    : 1.0
 * @Author 	   : Vecurosoft
 * @Author URI : https://www.vecurosoft.com/
 *
 */

// Block direct access
if( !defined( 'ABSPATH' ) ){
    exit;
}
?>
<div class="col-lg-12 mb-4 pb-1 grid-item">
	<h2 class="nof-title mb-2"><?php echo esc_html__( 'Nothing Found', 'wellnez' ); ?></h2>

	<?php if ( is_home() && current_user_can( 'publish_posts' ) ) : ?>

	    <p  class="nof-desc mb-0"><?php echo sprintf( __( 'Ready to publish your first post? <a href="%1$s">Get started here</a>.', 'wellnez' ), esc_url( admin_url( 'post-new.php' ) ) ); ?></p>

	<?php elseif ( is_search() ) : ?>

	    <p class="nof-desc mb-0"><?php echo esc_html__( 'Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'wellnez' ); ?></p>
    	<div class="content-none-search">
			<div class="widget widget_search">
				<?php get_search_form(); ?>
			</div>
		</div>

	<?php else : ?>

	    <p class="nof-desc mb-0"><?php echo esc_html__( 'It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.', 'wellnez' ); ?></p>
		<?php get_search_form(); ?>

	<?php endif; ?>
</div>