?AlkantarClanX12
| Current Path : /home/rankinh/numerik/wp-content/themes/blackdsn/template-parts/content/ |
| Current File : /home/rankinh/numerik/wp-content/themes/blackdsn/template-parts/content/content-none.php |
<section class="dsn-no-results dsn-no-content section-margin ">
<div class="container text-center">
<header class="mb-30">
<h1><?php esc_html_e( 'Nothing Found' , 'blackdsn' ); ?></h1>
</header>
<?php if ( is_home() && current_user_can( 'publish_posts' ) ) : ?>
<p class="mb-30"><?php printf( esc_html__( 'Ready to publish your first post? %1$s.' , 'blackdsn' ) , '<a href="' . esc_url( admin_url( 'post-new.php' ) ) . '">' . esc_html__( 'Get started here' , 'blackdsn' ) . '</a>' ); ?></p>
<?php elseif ( is_search() ) : ?>
<p class="mb-30 d-block"><?php esc_html_e( 'Sorry, but nothing matched your search terms. Please try again with some different keywords.' , 'blackdsn' ); ?></p>
<div class="dsn-search d-inline-block">
<?php get_search_form(); ?>
</div>
<?php else : ?>
<p class="mb-30 d-block"><?php esc_html_e( 'It seems we can’t find what you’re looking for. Perhaps searching can help.' , 'blackdsn' ); ?></p>
<div class="dsn-search d-inline-block">
<?php get_search_form(); ?>
</div>
<?php endif; ?>
</div>
</section>