| Server IP : 69.72.244.102 / Your IP : 216.73.216.164 Web Server : LiteSpeed System : Linux s3434.fra1.stableserver.net 4.18.0-513.24.1.lve.2.el8.x86_64 #1 SMP Fri May 24 12:42:50 UTC 2024 x86_64 User : konzalta ( 1271) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/konzalta/johnweru.com/wp-content/themes/inbio/template-parts/ |
Upload File : |
<?php
/**
* Template part for displaying a message that posts cannot be found
*
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/
*
* @package inbio
*/
?>
<section class="no-results not-found ptb--30">
<header class="page-header">
<h3 class="page-title"><?php esc_html_e('Nothing Found', 'inbio'); ?></h3>
</header><!-- .page-header -->
<div class="page-content">
<?php
if (is_home() && current_user_can('publish_posts')) :
esc_html_e('Ready to publish your first post? Please create a post.', 'inbio');
elseif (is_search()) : ?>
<p><?php esc_html_e('Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'inbio'); ?></p>
<?php
get_search_form();
else : ?>
<p><?php esc_html_e('It seems we can’t find what you’re looking for. Perhaps searching can help.', 'inbio'); ?></p>
<?php
get_search_form();
endif;
?>
</div><!-- .page-content -->
</section><!-- .no-results -->