HEX
Server: Apache/2.4.41 (Amazon) OpenSSL/1.0.2k-fips PHP/5.6.40
System: Linux ip-172-31-40-18 4.14.146-93.123.amzn1.x86_64 #1 SMP Tue Sep 24 00:45:23 UTC 2019 x86_64
User: apache (48)
PHP: 5.6.40
Disabled: NONE
Upload Files
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(); ?>