Current File : /home/quantums/durdanatariq.com/wp-content/themes/durdana/template-potential-consultation.php
<?php 



/* Template Name: Potential Consultation */ 



get_header();



?>



<?php



			/* Start the Loop */

			while ( have_posts() ) :

				the_post(); 



				 $image = wp_get_attachment_image_src( get_post_thumbnail_id( get_the_ID() ), 'single-post-thumbnail' );



				?>



<section class="featured-row">

    <div class="container"> 

     <div class="row">

      <div class="inner-top-brand">

        <img src="<?php echo get_template_directory_uri(); ?>/images/cropped-website41-1.png">

      </div>

     </div>

    </div> 

  </section>   



 <!--  <section class="inner-banner" style="background-image: url(<?php echo $image[0] ?>);">

    <div class="container"> 

     <div class="row">

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

       <div class="inner-heading text-center">

        <h2 class="tm-h2"> <?php the_title();?> </h2>


       </div>

      </div>  

     </div> 

    </div>

  </section> -->



  <section class="custom-content-row custom-row">

    <div class="container">      

      <div class="row">

        

       <div class="col-md-10 offset-md-1 text-center"> 



        

       	<?php the_content();?>

      
        <a href="https://infocourses.clickfunnels.com/optin25582139" class="tm-button">Apply Now</a>


       </div> 

      </div>

    </div>

  </section>



  <?php

  endwhile; // End of the loop.

			?>



<?php 

get_footer();