Current File : /home/itiffy/rockyjohnsonconcrete.com/wp-content/themes/rockyjohnson/gallery.php |
<?php
/*Template Name: Gallery*/
get_header();
wp_reset_query();
?>
<?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="content-section clearfix">
<div class="welcome-section clearfix">
<div class="container">
<h2><strong>
<?php wp_reset_query(); echo get_field('gallery-section-heading',get_the_ID()); ?>
</strong></h2>
<p class="text-uppercase">
<?php wp_reset_query(); echo get_field('gallery-section-subheading01',get_the_ID()); ?>
</p>
<h5>
<?php wp_reset_query(); echo get_field('gallery-section-subheading02',get_the_ID()); ?>
</h5>
<?php wp_reset_query(); echo get_field('gallery-section-content',get_the_ID()); ?>
</div>
</div>
<div class="gallery-section clearfix">
<div class="container"><?php echo do_shortcode( '[WRGF id=189]' ); ?></div>
</div>
</div>
<!-- /CONTENT SECTION -->
<!--Footer start-->
<?php get_footer(); ?>
<?php include_once('commonJs.php'); ?>
</body>
</html>