HEX
Server: Apache
System: Linux webd003.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: slyfwmm (169339)
PHP: 8.1.34
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
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&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.', 'domik' ); ?></p>
					<?php get_search_form(); ?>

				<?php endif; ?>
            </div>
        </article>
    </div>
</div>