Current File : /home/itiffy/silverservice.melbourne/wp-content/themes/silverservice/single-our_service.php
<?php

get_header();

$page_id = get_the_ID();

$service_pg_id = 34;

?>

    <?php include_once('top.php'); ?>

           

    <!-- BANNER SECTION -->

       <div class="inner-banner-section clearfix" style="background:url(<?php wp_reset_query(); $banner = get_field('page_banner_image', $service_pg_id); echo $banner['url']; ?>) no-repeat center / cover;"> </div>

    <!-- /BANNER SECTION -->



    <!-- CONTENT SECTION -->

     <div class="services-section01 clearfix">

  <div class="container">

    <h2><?php the_title(); ?></h2>

    <h6><?php the_field('page_sub_heading', $page_id); ?></h6>

    <div class="row">

      <div class="col-md-8">

        <figure><img src="<?php the_post_thumbnail_url(); ?>" alt="<?php the_title(); ?>"></figure>

        <article>

          <?php the_content(); ?>

          <h5>Please feel free to have a quote on our corporate event limousine or call <a href="tel:<?php $arr = array(' ', '-', '+'); echo $telephone = str_replace($arr, '', get_option('telephone')); ?>"><?php echo get_option('telephone'); ?></a>.</h5>

        </article>

      </div>

      <div class="col-md-4">

        <div class="sidebar-section">

          <figure><img src="<?php $side_panel_image = get_field('side_panel_car_image'); echo $side_panel_image['url']; ?>" alt=""></figure>

          <article class="clearfix text-center">

         	<p><img src="<?php bloginfo('template_directory'); ?>/images/icon-hour.png"></p>

            <h4>PER HOUR RATE</h4>

            <p>From $<?php the_field('rate_per_hour'); ?> / Hour Get Custom Rate</p>

            <hr>

            <p><img src="<?php bloginfo('template_directory'); ?>/images/icon-day.png"></p>

            <h4>PER DAY RATE</h4>

            <p>From $<?php the_field('rate_per_day'); ?> / Hour Get Custom Rate</p>

            <hr>

            <p><img src="<?php bloginfo('template_directory'); ?>/images/icon-plane.png"></p>

            <h4>AIRPORT TRANSFER</h4>

            <!-- <p>Avalon Airport to Melbourne CBD</p> -->

          </article>

        </div>

      </div>

    </div>

  </div>

</div>

     

    <!--Footer start-->   

    <?php get_footer(); ?>

    

	<?php include_once('commonJs.php');  ?>

</body>

</html>