| Server IP : 81.19.159.101 / Your IP : 216.73.217.111 Web Server : Apache System : Linux www58.world4you.com 4.18.0-553.126.2.lve.el8.x86_64 #1 SMP Thu May 28 14:12:30 UTC 2026 x86_64 User : ftp8817043 ( 2681) PHP Version : 8.4.21 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/.sites/103/site8817043/web/wp-content/themes/enfold/includes/ |
Upload File : |
<?php
if( ! defined( 'ABSPATH' ) ) { exit; } // Exit if accessed directly
?>
<p class='entry-content'><strong><?php _e('Nothing Found', 'avia_framework'); ?></strong><br/>
<?php _e('Sorry, the post you are looking for is not available. Maybe you want to perform a search?', 'avia_framework'); ?>
</p>
<?php
if(isset($_GET['post_type']) && $_GET['post_type'] == 'product' && function_exists('get_product_search_form'))
{
get_product_search_form();
}
else
{
get_search_form();
}
?>
<div class='hr_invisible'></div>
<section class="404_recommendation">
<p><strong><?php _e('For best search results, mind the following suggestions:', 'avia_framework'); ?></strong></p>
<ul class='borderlist-not'>
<li><?php _e('Always double check your spelling.', 'avia_framework'); ?></li>
<li><?php _e('Try similar keywords, for example: tablet instead of laptop.', 'avia_framework'); ?></li>
<li><?php _e('Try using more than one keyword.', 'avia_framework'); ?></li>
</ul>
<div class='hr_invisible'></div>
<?php
do_action('ava_after_content', '', 'error404');
?>
</section>