GIF89a;
Priv8 Uploader By InMyMine7
Linux server.abcbiz.in 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
<?php get_header();?>
<section class="my-breadcrumb">
<div class="container page-banner">
<div class="row">
<div class="col-sm-12 col-md-12 col-xs-12">
<h1> <?php the_title();?></h1>
<ol class="breadcrumb">
<li><a href="">Home</a></li>
<li><a href="">Programmes</a></li>
<li><a href=""><b><?php the_title();?></b></a></li>
</ol>
</div>
</div>
</div>
</section>
<?php
// Start the Loop.
while ( have_posts() ) : the_post();?>
<section class="photography-section">
<div class="container">
<div class="row">
<div class="col-md-7 col-sm-12 col-xs-12">
<div class="photography-text">
<?php the_content();?>
</div>
</div>
<div class="col-md-5 col-sm-12 col-xs-12">
<div class="imgbox">
<?php $featuredImages = wp_get_attachment_image_src( get_post_thumbnail_id($post->ID), 'full' );?>
<img src="<?php echo $featuredImages[0]; ?>" alt="">
</div>
<?php endwhile;?>
<?php the_field('description2');?>
</div>
</div>
</div>
</div>
</section>
<section class="programmes-section-1" style="background: url(<?php echo get_template_directory_uri(); ?>/images/mathematics-bg.jpg); background-attachment: fixed;
background-repeat: no-repeat; background-size: cover;">
<div class="container-fluid">
<div class="row">
<div class="col-md-5 col-lg-6 pdnone">
</div>
<div class="col-md-7 col-lg-6 pdnone">
<div class="programmes-text">
<?php the_field('description3');?>
<div class="row">
<div class="col-md-5 col-sm-6 col-sx-12">
<div class="programes-icon">
<h6>Call </h6>
<a class="whatsapp-call" href="tel:(0044)8000614395"><i class="fa fa-phone"></i> (0044)8000614395</a>
<h6>WhatsApp</h6>
<a class="whatsapp-call" href="https://api.whatsapp.com/send?phone=00447956939395"><i class="fa fa-whatsapp"></i> (0044)7956939395</a>
</div>
</div>
<div class="col-md-7 col-sm-6 col-sx-12">
<div class="programes-icon">
<h6 class="mt40">Email id </h6>
<a class="whatsapp-call" href="mailto:enquiry@vacationcourses.co.uk"><i class="fa fa-envelope"></i>enquiry@vacationcourses.co.uk</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<?php get_footer();?>