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

Dir : /home/trave494/seoservicesforyou.kerihosting.com/wp-content/themes/seo_reseller_v2/
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/seoservicesforyou.kerihosting.com/wp-content/themes/seo_reseller_v2/home.php

<?php
        /*
        Template Name: SEO Services
        */
?>

<?php get_header();?>

<script>
  $(document).ready(function() {
  $(".service_item").mouseover(function() {
    $(this).addClass('jqhover');
    });
  $(".service_item").mouseout(function() {
    $(this).removeClass('jqhover');
    });    
  });
</script>

<div class="clear"></div>
<div id="main">
    <div class="base">
        <div class="content_area home">
    <!--SEO PACKAGES-->        
            <div class="service_cat seo_packages">
				<div class="service_cat_title_left"></div>
                <div id="seo-packages" class="title">
					<h1>
					<?php echo of_get_option('title_packs', 'SEO Packages'); ?>
					</h1>
				</div>
				<div class="service_cat_title_right"></div>
				<div class="clear"></div>
                <div class="services_area">
                    <ul class="ul-more-0">
                        <?php $paged = get_query_var('paged') ? get_query_var('paged') : 1;
                        $wp_query = new WP_Query
                        (array(
                            'post_type' => 'services',
                            'category_services' => 'seo-packages',
                            'post_status' => 'publish',
                            'paged' => $paged,
                            'posts_per_page' => 30)
                        );
                        while ($wp_query->have_posts()) : $wp_query->the_post();
                        ?>
                        <li>                    
                            <div class="service_item">
								<?php
									$custom = get_post_custom($post->ID);
									$rating	= isset($custom['service_rating'][0]) ? $custom['service_rating'][0] : 0;
									$src 	= ($rating > 0) ? wp_get_attachment_image_src( $rating, 'full' ) : array();
									$src 	= $src[0];
								?>
								<div class="service_title">
									<a href="<?php the_permalink() ?>"><?php the_title();?>
									</a>
								</div>
								<div class="service_rating"><img src="<?=$src;?>" 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>
                        </li>
                        <?php endwhile; ?>
                    </ul>
                    <div class="more_wrap">
                        <script>
                            $('ul.ul-more-0').each(function(){
                                
                                var LiN = $(this).find('li').length;
                                
                                if( LiN > 8){        
                                $('li', this).eq(7).nextAll().hide().addClass('toggleable');
                                $(this).append('<li class="more">Show more</li>');        
                                }
                                
                            });

                            $('ul.ul-more-0').on('click','.more', function(){
                                
                                if( $(this).hasClass('less') ){        
                                $(this).text('Show more').removeClass('less');        
                                }else{
                                $(this).text('Hide').addClass('less'); 
                                }
                                
                                $(this).siblings('li.toggleable').slideToggle();
                                
                            });
                        </script>
                    </div>					
                </div> 
				<!---->
            </div>
    <!--SEO Services for $4.49--> 
			<!---->
            <div class="service_cat seo_services_4">
				<div class="service_cat_title_left"></div>
                <div id="seo-services" class="title">
					<h2>
					<?php echo of_get_option('title_seoser4', 'SEO Services for $14.49'); ?>
					</h2>
				</div>
				<div class="service_cat_title_right"></div>
				<div class="clear"></div>
                <div class="services_area">
                    <ul class="ul-more-1">
                        <?php $paged = get_query_var('paged') ? get_query_var('paged') : 1;
                        $wp_query = new WP_Query
                        (array(
                            'post_type' => 'services',
                            'category_services' => 'seo-services-for-4-49',
                            'post_status' => 'publish',
                            'paged' => $paged,
                            'posts_per_page' => 30)
                        );
                        while ($wp_query->have_posts()) : $wp_query->the_post();
                        ?>
                        <li>                    
                            <div class="service_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>
                        </li>
                        <?php endwhile; ?>
                    </ul>
                    <div class="more_wrap">
                        <script>
                            $('ul.ul-more-1').each(function(){
                                
                                var LiN = $(this).find('li').length;
                                
                                if( LiN > 8){        
                                $('li', this).eq(7).nextAll().hide().addClass('toggleable');
                                $(this).append('<li class="more">Show more</li>');        
                                }
                                
                            });

                            $('ul.ul-more-1').on('click','.more', function(){
                                
                                if( $(this).hasClass('less') ){        
                                $(this).text('Show more').removeClass('less');        
                                }else{
                                $(this).text('Hide').addClass('less'); 
                                }
                                
                                $(this).siblings('li.toggleable').slideToggle();
                                
                            });
                        </script>
                    </div>
                </div>                
            </div>
			<!---->			
    <!--SEO Services for $14.49-->
			<!---->
            <div class="service_cat seo_services_14">
				<div class="service_cat_title_left"></div>
                <div class="title">
					<h2>
					<?php echo of_get_option('title_seoser14', 'SEO Services for $28.98'); ?>
					</h2>
				</div>
				<div class="service_cat_title_right"></div>
                <div class="services_area">
                    <ul class="ul-more-2">
                        <?php $paged = get_query_var('paged') ? get_query_var('paged') : 1;
                        $wp_query = new WP_Query
                        (array(
                            'post_type' => 'services',
                            'category_services' => 'seo-services-for-14-49',
                            'post_status' => 'publish',
                            'paged' => $paged,
                            'posts_per_page' => 30)
                        );
                        while ($wp_query->have_posts()) : $wp_query->the_post();
                        ?>
                        <li>                    
                            <div class="service_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>
                        </li>
                        <?php endwhile; ?>
                    </ul>
                    <div class="more_wrap">
                        <script>
                            $('ul.ul-more-2').each(function(){
                                
                                var LiN = $(this).find('li').length;
                                
                                if( LiN > 8){        
                                $('li', this).eq(7).nextAll().hide().addClass('toggleable');
                                $(this).append('<li class="more">Show more</li>');        
                                }
                                
                            });

                            $('ul.ul-more-2').on('click','.more', function(){
                                
                                if( $(this).hasClass('less') ){        
                                $(this).text('Show more').removeClass('less');        
                                }else{
                                $(this).text('Hide').addClass('less'); 
                                }
                                
                                $(this).siblings('li.toggleable').slideToggle();
                                
                            });
                        </script>
                    </div>                    
                </div>        
            </div>
			<!---->
    <!--Social Media Services for $4.49-->
			<!---->
            <div class="service_cat sm_services_4">
				<div class="service_cat_title_left"></div>
                <div id="smm-services" class="title">
					<h2>
					<?php echo of_get_option('title_smmser4', 'Social Media Services for $14.49'); ?>
					</h2>
				</div>
				<div class="service_cat_title_right"></div>
                <div class="services_area">
                    <ul class="ul-more-3">
                        <?php $paged = get_query_var('paged') ? get_query_var('paged') : 1;
                        $wp_query = new WP_Query
                        (array(
                            'post_type' => 'services',
                            'category_services' => 'social-media-services-for-4-49',
                            'post_status' => 'publish',
                            'paged' => $paged,
                            'posts_per_page' => 30)
                        );
                        while ($wp_query->have_posts()) : $wp_query->the_post();
                        ?>
                        <li>                    
                            <div class="service_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>
                        </li>
                        <?php endwhile; ?>
                    </ul>
                    <div class="more_wrap">
                        <script>
                            $('ul.ul-more-3').each(function(){
                                
                                var LiN = $(this).find('li').length;
                                
                                if( LiN > 4){        
                                $('li', this).eq(3).nextAll().hide().addClass('toggleable');
                                $(this).append('<li class="more">Show more</li>');        
                                }
                                
                            });

                            $('ul.ul-more-3').on('click','.more', function(){
                                
                                if( $(this).hasClass('less') ){        
                                $(this).text('Show more').removeClass('less');        
                                }else{
                                $(this).text('Hide').addClass('less'); 
                                }
                                
                                $(this).siblings('li.toggleable').slideToggle();
                                
                            });
                        </script>
                    </div>
                </div>        
            </div>
			<!---->
    <!--Social Media Services for $14.49-->
			<!---->
            <div class="service_cat sm_services_14">
				<div class="service_cat_title_left"></div>
                <div class="title">
					<h2>
					<?php echo of_get_option('title_smmser14', 'Social Media Services for $28.98'); ?>
					</h2>
				</div>
				<div class="service_cat_title_right"></div>
                <div class="services_area">
                    <ul class="ul-more-4">
                        <?php $paged = get_query_var('paged') ? get_query_var('paged') : 1;
                        $wp_query = new WP_Query
                        (array(
                            'post_type' => 'services',
                            'category_services' => 'social-media-services-for-14-49',
                            'post_status' => 'publish',
                            'paged' => $paged,
                            'posts_per_page' => 30)
                        );
                        while ($wp_query->have_posts()) : $wp_query->the_post();
                        ?>
                        <li>
                            <div class="service_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>
                        </li>
                        <?php endwhile; ?>
                    </ul>
                    <div class="more_wrap">
                        <script>
                            $('ul.ul-more-4').each(function(){
                                
                                var LiN = $(this).find('li').length;
                                
                                if( LiN > 8){        
                                $('li', this).eq(7).nextAll().hide().addClass('toggleable');
                                $(this).append('<li class="more">Show more</li>');        
                                }
                                
                            });

                            $('ul.ul-more-4').on('click','.more', function(){
                                
                                if( $(this).hasClass('less') ){        
                                $(this).text('Show more').removeClass('less');        
                                }else{
                                $(this).text('Hide').addClass('less'); 
                                }
                                
                                $(this).siblings('li.toggleable').slideToggle();
                                
                            });
                        </script>
                    </div>                    
                </div>        
            </div>
			<!---->
    <!--Content Creation for $4.49-->
			<!---->
            <div class="service_cat cnt_services_4">
				<div class="service_cat_title_left"></div>
                <div id="content-creation" class="title">
					<h2>
					<?php echo of_get_option('title_contcr4', 'Content Creation for $14.49'); ?>
					</h2>
				</div>
				<div class="service_cat_title_right"></div>
                <div class="services_area">
                    <ul class="ul-more-5">
                        <?php $paged = get_query_var('paged') ? get_query_var('paged') : 1;
                        $wp_query = new WP_Query
                        (array(
                            'post_type' => 'services',
                            'category_services' => 'content-creation-for-4-49',
                            'post_status' => 'publish',
                            'paged' => $paged,
                            'posts_per_page' => 30)
                        );
                        while ($wp_query->have_posts()) : $wp_query->the_post();
                        ?>
                        <li>                    
                            <div class="service_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>
                        </li>
                        <?php endwhile; ?>
                    </ul>
                    <div class="more_wrap">
                        <script>
                            $('ul.ul-more-5').each(function(){
                                
                                var LiN = $(this).find('li').length;
                                
                                if( LiN > 4){        
                                $('li', this).eq(3).nextAll().hide().addClass('toggleable');
                                $(this).append('<li class="more">Show more</li>');        
                                }
                                
                            });

                            $('ul.ul-more-5').on('click','.more', function(){
                                
                                if( $(this).hasClass('less') ){        
                                $(this).text('Show more').removeClass('less');        
                                }else{
                                $(this).text('Hide').addClass('less'); 
                                }
                                
                                $(this).siblings('li.toggleable').slideToggle();
                                
                            });
                        </script>
                    </div>                    
                </div>        
            </div>
			<!---->
    <!--Web Design for $4.49-->
			<!---->
            <div class="service_cat web_design_4">
				<div class="service_cat_title_left"></div>
                <div id="web-design" class="title">
					<h2>
					<?php echo of_get_option('title_webdes4', 'Web Design for $14.49'); ?>
					</h2>
				</div>
				<div class="service_cat_title_right"></div>
                <div class="services_area">
                    <ul class="ul-more-6">
                        <?php $paged = get_query_var('paged') ? get_query_var('paged') : 1;
                        $wp_query = new WP_Query
                        (array(
                            'post_type' => 'services',
                            'category_services' => 'web-design-for-4-49',
                            'post_status' => 'publish',
                            'paged' => $paged,
                            'posts_per_page' => 30)
                        );
                        while ($wp_query->have_posts()) : $wp_query->the_post();
                        ?>
                        <li>                    
                            <div class="service_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>
                        </li>
                        <?php endwhile; ?>
                    </ul>
                    <div class="more_wrap">
                        <script>
                            $('ul.ul-more-6').each(function(){
                                
                                var LiN = $(this).find('li').length;
                                
                                if( LiN > 4){        
                                $('li', this).eq(3).nextAll().hide().addClass('toggleable');
                                $(this).append('<li class="more">Show more</li>');        
                                }
                                
                            });

                            $('ul.ul-more-6').on('click','.more', function(){
                                
                                if( $(this).hasClass('less') ){        
                                $(this).text('Show more').removeClass('less');        
                                }else{
                                $(this).text('Hide').addClass('less'); 
                                }
                                
                                $(this).siblings('li.toggleable').slideToggle();
                                
                            });
                        </script>
                    </div>
                </div>        
            </div>
			<!---->
    <!--Web Development for $14.49-->
			<!---->
            <div class="service_cat web_develop_14" style="display:none">
				<div class="service_cat_title_left"></div>
                <div id="web-development" class="title"><h2>Web Development <span>for $28.98</span></h2></div>
				<div class="service_cat_title_right"></div>
                <div class="services_area">
                    <ul class="ul-more-7">
                        <?php $paged = get_query_var('paged') ? get_query_var('paged') : 1;
                        $wp_query = new WP_Query
                        (array(
                            'post_type' => 'services',
                            'category_services' => 'web-development-for-14-49',
                            'post_status' => 'publish',
                            'paged' => $paged,
                            'posts_per_page' => 30)
                        );
                        while ($wp_query->have_posts()) : $wp_query->the_post();
                        ?>
                        <li>                    
                            <div class="service_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>
                        </li>
                        <?php endwhile; ?>
                    </ul>
                    <div class="more_wrap">
                        <script>
                            $('ul.ul-more-7').each(function(){
                                
                                var LiN = $(this).find('li').length;
                                
                                if( LiN > 4){        
                                $('li', this).eq(3).nextAll().hide().addClass('toggleable');
                                $(this).append('<li class="more">Show more</li>');        
                                }
                                
                            });

                            $('ul.ul-more-7').on('click','.more', function(){
                                
                                if( $(this).hasClass('less') ){        
                                $(this).text('Show more').removeClass('less');        
                                }else{
                                $(this).text('Hide').addClass('less'); 
                                }
                                
                                $(this).siblings('li.toggleable').slideToggle();
                                
                            });
                        </script>
                    </div>
                </div>        
            </div>
			<!---->
		</div>
        <div class="sidebar_area home">
            <?php get_sidebar('home');?>
        </div>
    </div>
</div>
<div class="clear"></div>
<?php get_footer();?>