@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/single-idx.php
<?php // Template Name: Idx Page // Wp Estate Pack if(!function_exists('wpestate_residence_functionality')){ esc_html_e('This page will not work without WpResidence Core Plugin, Please activate it from the plugins menu!','wpresidence'); exit(); } get_header(); $wpestate_options=wpestate_page_details($post->ID); ?> <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'); ?> <?php while ( have_posts() ) : the_post(); if (esc_html( get_post_meta($post->ID, 'post_show_title', true) ) != 'no') { ?> <h1 class="entry-title single-title" ><?php the_title(); ?></h1> <?php } ?> <div class="meta-info"> <?php esc_html_e('Posted by ', 'wpresidence'); print ' '.get_the_author().' ';esc_html_e('on', 'wpresidence'); print' '.the_date('', '', '', FALSE); ?> <?php print ' | <i class="far fa-file"></i> '; the_category(', ')?> <?php print ' | <i class="far fa-comment"></i> '; comments_number( '0', '1' ); ?> </div> <div class="single-content omgidx"> <?php global $more; $more=0; include( locate_template('templates/postslider.php') ); the_content('Continue Reading'); $args = array( 'before' => '<p>' . esc_html__('Pages:','wpresidence'), 'after' => '</p>', 'link_before' => '', 'link_after' => '', 'next_or_number' => 'number', 'nextpagelink' => esc_html__('Next page','wpresidence'), 'previouspagelink' => esc_html__('Previous page','wpresidence'), 'pagelink' => '%', 'echo' => 1 ); wp_link_pages( $args ); ?> </div> <!-- #related posts start--> <?php include( locate_template('templates/related_posts.php') );?> <!-- #end related posts --> <!-- #comments start--> <?php comments_template('', true);?> <!-- end comments --> <?php endwhile; // end of the loop. ?> </div> <?php include get_theme_file_path('sidebar.php'); ?> </div> <div class="hidden-idx"> <?php $instance=array('title'=>'title','listingsToShow'=>50,'sort'=>'DateAdded|DESC','defaultDisplay'=>'listed','querySource'=>'city'); the_widget ('dsSearchAgent_ListingsWidget',$instance); ?> </div> <?php get_footer(); ?>