HEX
Server: nginx/1.24.0
System: Linux DGT-WORDPRESS-VM-SERVER 6.14.0-1014-azure #14~24.04.1-Ubuntu SMP Fri Oct 3 20:52:11 UTC 2025 x86_64
User: ubuntu (1000)
PHP: 8.4.12
Disabled: NONE
Upload Files
File: /mnt/data/dreamsrent-wp/wp-content/themes/dreamsrent/templates/blog/blog-none.php
<div class="col-xl-12  col-lg-12   col-sm-12 col-12">
    <div class="blog-nothing-found mb-4">
    <div class="text-center mb-0">
    <h3 class=" mb-3"><?php echo esc_html__('Nothing','dreamsrent'); ?> <span class="orange-text"><?php echo esc_html__(' Found','dreamsrent'); ?></span></h3>
           <p class="mb-4"><?php echo esc_html__('Nothing matched your search term. Please try again with some different keywords.','dreamsrent'); ?></p>
    </div>
    <form method="get" class="search-form " action="<?php echo esc_url(home_url('/')); ?>">
				<div class="form-group mb-4"><div class="input-group stylish-input-group">
					
					<input type="search" class="form-control" placeholder="<?php echo esc_attr__( 'Search...' , 'dreamsrent'); ?>" value="<?php echo get_search_query(); ?>" name="s" id="s"/>
				    <span class="input-group-append"><button class="blog-search-btn" type="submit">  <i class="fa fa-search"></i> </button></span></div></div>
			</form>
 <div class="text-center">
          
           <a href="<?php echo esc_url(home_url('/')); ?> " class="btn btn-primary btn-lg">  <?php echo esc_html__('Back to home','dreamsrent'); ?></a>
 </div>
    </div>
</div>