Current File : /home/quantums/alhidayamaintenance.com/wp-content/themes/eyecraftersny-child/page-about.php |
<?php
/**
* The template name:about 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-14" class="g post post-14 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>
<!--< ?php get_sidebar(); ?>-->
<div class="clear"></div>
<script type="text/javascript">
jQuery(document).ready(function($) {
$('.innersep').css('height', $('#header').outerHeight() );
});
</script>
</div>
<?php
get_footer();