HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux srvntsweb01 6.8.0-55-generic #57-Ubuntu SMP PREEMPT_DYNAMIC Wed Feb 12 23:42:21 UTC 2025 x86_64
User: admntserv (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/www/credoplanning.com/wp-content/themes/linnet/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', 'linnet' ); ?>
        </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>.',
					'linnet' ), 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.',
					'linnet' ); ?></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.',
					'linnet' ); ?></p>
			<?php get_search_form(); ?>
		<?php endif; ?>
    </div>
</div>