HEX
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.30
System: Linux iZj6c1151k3ad370bosnmsZ 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64
User: root (0)
PHP: 7.4.30
Disabled: NONE
Upload Files
File: /var/www/html/breadsecret.com/wp-content/themes/colibri-wp/template-parts/content/content-none.php
<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    <div class="post-content-single">
        <h3 class="page-title">
			<?php _e( 'Nothing Found', 'colibri-wp' ); ?>
        </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>.',
					'colibri-wp' ), esc_url( 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.',
					'colibri-wp' ); ?></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.',
					'colibri-wp' ); ?></p>
			<?php get_search_form(); ?>
		<?php endif; ?>
    </div>
</div>