AlkantarClanX12

Your IP : 18.117.75.53


Current Path : /home/thanudqk/siamfreetour.com/wp-content/themes/fast-press/
Upload File :
Current File : /home/thanudqk/siamfreetour.com/wp-content/themes/fast-press/templeat-full-width.php

<?php
/*
Template Name: Full Width Page
*/
get_header(); ?>
<div class="ap-full-width">
	<div id="primary" class="content-area">
		<main id="main" class="disable-title site-main">
		<?php
		if ( have_posts() ) :
			if ( is_home() && ! is_front_page() ) : ?>
				<header>
					<h1 class="page-title screen-reader-text"><?php single_post_title(); ?></h1>
				</header>
			<?php
			endif;
			/* Start the Loop */
			while ( have_posts() ) : the_post();
				/*
				 * Include the Post-Format-specific template for the content.
				 * If you want to override this in a child theme, then include a file
				 * called content-___.php (where ___ is the Post Format name) and that will be used instead.
				 */
				get_template_part( 'template-parts/content', get_post_format() );
			endwhile; ?>
		<?php else :
			get_template_part( 'template-parts/content', 'none' );
		endif; ?>
		</main><!-- #main -->
	</div><!-- #primary -->
</div>	
<?php get_footer();