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

Dir : /home/trave494/seoshop.live/wp-content/themes/seo_reseller_v1/
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/seoshop.live/wp-content/themes/seo_reseller_v1/single-services.php

<?php get_header();?>
<div class="clear"></div>
<div id="main">
    <div class="base">
        <div class="content_area service_single">
			<div class="service_description_wrap round_bd_5 inner_box_shadow">
				<div class="go_back">
					<a class="back_btn" href="<?php echo esc_url( home_url( '/' ) ); ?>">Back to all services</a>
				</div>
				<div class="service_single_title">
					<h1><?php the_title();?></h1>
					<span class="service_single_price"><?php the_field('service_price', $post->ID);?></span>
				</div>
				<div class="clear"></div>            
				<div class="service_box">
					<img src="<?php the_field('box_service', $post->ID);?>" alt="<?php the_title();?>" />
				</div>
				<div class="service_main_info">
					<div class="add_to_cart_btn">
						<?php the_field('cart66_shortcode', $post->ID);?>
					</div>             
				</div>
				<div class="clear"></div>
				<div class="entry">
					<?php while ($wp_query->have_posts()) : $wp_query->the_post();
					?>
					<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
					<?php the_content();?></div>
					<div class="dashed_line"></div>
					If you have a question that isn't listed here, please contact us. We are happy to answer any questions you have.
				</div>
				 <?php endwhile; ?>			
			</div>

<!--Buy with confidence-->			 
            <div class="confidence_wrap round_bd_5 inner_box_shadow">
                <div class="title">Buy with confidence</div>
				<div class="confidence_area">
					<div class="confidence_labels"></div>
				</div>
            </div>
<!--Most Popular Services-->
		<script>
			$(document).ready(function() {
			$(".service_item").mouseover(function() {
				$(this).addClass('jqhover');
				});
			$(".service_item").mouseout(function() {
				$(this).removeClass('jqhover');
				});
			});	
		</script>
            <div class="popular_serv_wrap round_bd_5 inner_box_shadow">
                <div class="title">Most Popular Services</div>
				<div class="popular_serv_area">
                    <?php 
                    $wp_query = new WP_Query(array('post_type' => 'services','post__in' => array( 210, 180, 157, 212 ))
                    );
                    while ($wp_query->have_posts()) : $wp_query->the_post();
                    ?>					
					<div class="service_item popular_serv_item">
						<div class="service_title">
							<a href="<?php the_permalink() ?>"><?php the_title();?></a>
						</div>
						<div class="service_rating">
							<img src="<?php the_field('service_rating', $post->ID);?>" alt="Service Rating" />
						</div>
						<div class="service_ico">
							<a href="<?php the_permalink() ?>"><?php the_post_thumbnail();?></a>
						</div>
						<div class="service_read">
							<a href="<?php the_permalink() ?>" title="Read more">Read more</a>
						</div>
					</div>
					<?php endwhile; wp_reset_query();?>	
				</div>
            </div>
            <div class="comments_wrap round_bd_5 inner_box_shadow">
                <div class="title">Comments</div>
				<div class="comments_area">
					<?php comments_template();?>
				</div>
            </div>
        </div>
        <div class="sidebar_area home">
            <?php get_sidebar('home');?>
        </div>
    </div>
</div>
<div class="clear"></div>
<script src="<?php echo get_template_directory_uri(); ?>/js/hintbox.js" type="text/javascript"></script>
<?php get_footer();?>