File: //var/www/html/qcr24/wp-content/wp-content/themes/syscentric/page.php
<?php
/**
* The template for displaying pages
*
* This is the template that displays all pages by default.
* Please note that this is the WordPress construct of pages and that
* other "pages" on your WordPress site will use a different template.
*
* @package WordPress
* @subpackage syscentric
* @since syscentric 1.0
*/
get_header(); ?>
<section class="Started_Sec">
<div class="container">
<div class="row">
<?php
// Start the loop.
while ( have_posts() ) : the_post();
?>
<div class="col-md-12 headline">
<h2><?php echo get_field('sub_title') ?></h2>
</div>
<div class="col-md-12">
<div class="terms wrap -size-md">
<?php the_content(); ?>
</div>
</div>
<?php
// End of the loop.
endwhile;
?>
</div>
</div>
</section>
<!--<section class="AmpiFire_Sec">
<div class="container">
<div class="row">
<div class="col-md-12 headline"><h2><?php //echo get_field('booking_area_title', 9); ?></h2></div>
<div class="col-lg-8 offset-2">
<p><?php //echo get_field('booking_area_content', 9); ?></p>
<a href="" class="btn btn-demo mrg15T">Schedule A Demo</a>
</div>
</div>
</div>
</section>-->
<?php get_footer(); ?>