Current File : /home/itiffy/rockyjohnsonconcrete.com/wp-content/themes/rockyjohnson/contact.php
<?php
/*Template Name:Contact page*/
get_header();

$page_id = get_the_ID();
?>

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

<!-- BANNER SECTION -->
<div class="inner-banner-section clearfix" style="background:url(<?php echo the_post_thumbnail_url(); ?>) no-repeat center;">
  <div class="container">
    <h1>
      <?php wp_reset_query(); the_title(); ?>
    </h1>
  </div>
</div>
<!-- /BANNER SECTION --> 
<!-- CONTENT SECTION -->
<div class="clearfix">
  <?php if(has_post_thumbnail()){ ?>
  <?php } 
 	if(get_the_content()){
	 	the_content();
 	}else{ ?>
  <p>No information found.</p>
  <?php }
  ?>
</div>
<!-- /CONTENT SECTION --> 

<!--Footer start-->
<?php get_footer(); ?>
<?php include_once('commonJs.php'); ?>
</body>
</html>