| Current File : /home/tekstore/public_html/wp-content/themes/kuteshop/content-none.php |
<h2 class="page-title"><?php esc_html_e( 'Nothing Found', 'kuteshop' ); ?></h2>
<div class="no-results not-found">
<?php if ( is_home() && current_user_can( 'publish_posts' ) ) : ?>
<p><?php printf( '%2$s <a href="%1$s">%3$s</a>.', esc_url( admin_url( 'post-new.php' ) ), esc_html__( 'Ready to publish your first post?', 'kuteshop' ), esc_html__( 'Get started here', 'kuteshop' ) ); ?></p>
<?php elseif ( is_search() ) : ?>
<p><?php esc_html_e( 'Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'kuteshop' ); ?></p>
<?php get_search_form(); ?>
<?php else : ?>
<p><?php esc_html_e( 'It seems we can’t find what you’re looking for. Perhaps searching can help.', 'kuteshop' ); ?></p>
<?php get_search_form(); ?>
<?php endif; ?>
</div><!-- .no-results -->