@Ghazascanner
_2019runbot
Ghazascanner File Manager
server :Linux phpmyadmin-ubuntu-m-2vcpu-16gb-blr1-01 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
Current Path :
/
var
/
www
/
html
/
zip2
/
files
/
wp-content
/
themes
/
wpresidence
/
Path :
Upload File :
New :
File
Dir
/var/www/html/zip2/files/wp-content/themes/wpresidence/404.php
<?php // Wp Estate Pack get_header(); $wpestate_options=wpestate_page_details(''); ?> <div class="row"> <?php get_template_part('templates/breadcrumbs'); ?> <div class="<?php print esc_html($wpestate_options['content_class']);?> "> <?php get_template_part('templates/ajax_container'); ?> <h1 class="entry-title"><?php _e('Page not found','wpresidence');?></h1> <div class="single-content content404 col-md-12"> <p> <?php _e( 'We\'re sorry. Your page could not be found, But you can check our latest listings & articles', 'wpresidence' ); ?> </p> <div class="list404"> <h3><?php _e('Latest Listings','wpresidence');?></h3> <?php $args = array( 'post_type' => 'estate_property', 'post_status' => 'publish', 'paged' => 0, 'posts_per_page' => 10, ); $recent_posts = new WP_Query($args); print '<ul>'; while ($recent_posts->have_posts()): $recent_posts->the_post(); print '<li><a href="'. esc_url( get_permalink() ).'">'.get_the_title().'</a></li>'; endwhile; print '</ul>'; ?> </div> <div class="list404"> <h3><?php _e('Latest Articles','wpresidence');?></h3> <?php $args = array( 'post_type' => 'post', 'post_status' => 'publish', 'paged' => 0, 'posts_per_page' => 10, ); $recent_posts = new WP_Query($args); print '<ul>'; while ($recent_posts->have_posts()): $recent_posts->the_post(); print '<li><a href="'. esc_url( get_permalink() ).'">'.get_the_title().'</a></li>'; endwhile; print '</ul>'; ?> </div> </div><!-- single content--> </div> <?php include get_theme_file_path('sidebar.php'); ?> </div> <?php get_footer(); ?>