PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /home/trave494/public_html/classified/wp-content/themes/classiadspro/
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64
IP: 209.182.202.254
Choose File :

Url:
Dir : //home/trave494/public_html/classified/wp-content/themes/classiadspro/page.php

<?php 
global $post, $ALSP_ADIMN_SETTINGS;
if(empty(global_get_post_id())){
	$post_id = $post->ID;
}else{
	$post_id = global_get_post_id();
}


$layout = get_post_meta($post_id, '_layout', true );
$padding = get_post_meta($post_id, '_padding', true );

if(empty($layout)) {
	$layout = 'right';
	
}

$padding = ($padding == 'true') ? 'no-padding' : '';

get_header(); 
if(has_shortcode($post->post_content, 'alsp-listing') && $ALSP_ADIMN_SETTINGS['alsp_single_listing_style'] == 2){ 
	get_template_part( 'includes/templates/content/single-listing-2');
}elseif(has_shortcode($post->post_content, 'alsp-listing') && $ALSP_ADIMN_SETTINGS['alsp_single_listing_style'] == 3){ 
	get_template_part( 'includes/templates/content/single-listing-3');
}else{ ?>
	<div id="theme-page">
		<div class="pacz-main-wrapper-holder">
			<div class="theme-page-wrapper pacz-main-wrapper <?php echo esc_attr($layout); ?>-layout <?php echo esc_attr($padding); ?> pacz-grid vc_row-fluid">
				<div class="inner-page-wrapper">
					<div class="theme-content <?php echo esc_attr($padding); ?>" itemprop="mainContentOfPage">
					
					<?php 
					//echo $post_id;
						/* Hook to add content before content */	
						do_action('page_add_before_content');
					?>

						<?php if ( have_posts() ) while ( have_posts() ) : the_post();
							global $pacz_settings;
						 ?>
								<?php the_content();?>
								<div class="clearboth"></div>
								<?php wp_link_pages('before=<div id="pacz-page-links">'.esc_html__('Pages:', 'classiadspro').'&after=</div>'); ?>

								<?php
								if(isset($pacz_settings['pages-comments']) && $pacz_settings['pages-comments'] == 1) {
									comments_template( '', true ); 	
								}
								?>
						<?php endwhile; ?>

					<?php 
						/* Hook to add content after content */	
						do_action('page_add_after_content'); 
					?>

					</div>
				<?php if($layout != 'full') get_sidebar(); ?>	
				<div class="clearboth"></div>	
				</div>
				<div class="clearboth"></div>
			</div>
		</div>
	</div>
<?php } ?>
<?php get_footer(); ?>