Current File : /home/quantums/alhidayamaintenance.com/wp-content/themes/eyecraftersny-child/page-oldtreatments.php
<?php
/**
 * The template name:home page
 *
 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/#single-post
 *
 * @package WordPress
 * @subpackage Twenty_Twenty_One
 * @since Twenty Twenty-One 1.0
 */

get_header();
?>
<div id="page" class="single">
   <section class="page-header">
      <div class="container">
         <h2 class="page-title"><?php the_title(); ?></h2>
      </div>
   </section>
   <article class="article">
      <div id="content_box">
         <div id="post-21" class="g post post-21 page type-page status-publish">
            <div class="single_page">
               <div class="post-content">
                  <div class="container">
                      <?php the_content(); ?>
                  </div>
               </div>
            </div>
         </div>
      </div>
   </article>
</div>

<?php 
get_footer();