File "page-header-on-scroll.php"
Full Path: /home/theinspectionboy/public_html/suffolk/comments-pagination-previous/themes/flatsome/page-header-on-scroll.php
File size: 359 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/*
Template name: Page - Full Width - Header on Scroll
*/
get_header(); ?>
<?php do_action( 'flatsome_before_page' ); ?>
<div id="content" role="main">
<?php while ( have_posts() ) : the_post(); ?>
<?php the_content(); ?>
<?php endwhile; // end of the loop. ?>
</div>
<?php do_action( 'flatsome_after_page' ); ?>
<?php get_footer(); ?>