File: /home/slyfwmm/studiomilighetti/wp-content/themes/domik/template-parts/post/content-none.php
<?php
/* banner-php */
?>
<div class="gallery-item gallery-item-notfound">
<div class="grid-item-holder">
<article>
<div class="blog-text">
<h3><?php _e('Nothing Found Here!','domik'); ?></h3>
<?php if ( is_home() && current_user_can( 'publish_posts' ) ) : ?>
<p><?php printf( __( 'Ready to publish your first post? <a href="%1$s">Get started here</a>.', 'domik' ), admin_url( 'post-new.php' ) ); ?></p>
<?php elseif ( is_search() ) : ?>
<p><?php _e( 'Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'domik' ); ?></p>
<?php get_search_form(); ?>
<?php else : ?>
<p><?php _e( 'It seems we can’t find what you’re looking for. Perhaps searching can help.', 'domik' ); ?></p>
<?php get_search_form(); ?>
<?php endif; ?>
</div>
</article>
</div>
</div>