AlkantarClanX12

Your IP : 18.119.28.213


Current Path : /home/thanudqk/siamfreetour.com/wp-content/themes/formula/page-templates/
Upload File :
Current File : /home/thanudqk/siamfreetour.com/wp-content/themes/formula/page-templates/pagebuilder.php

<?php
/**
 *
 * Template Name: Builder Page
 *
 * 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 may use a
 * different template.
 *
 * @link    https://developer.wordpress.org/themes/basics/template-hierarchy/
 *
 * @package formula
 */

get_header();
?>

	<section id="page-builder" class="section site-content theme-grey theme-builder">
		<div class="container top-margin m-top-30">
			<?php
			while ( have_posts() ) :
				the_post();
				the_content();
			endwhile; // End of the loop.
			?>
		</div>
	</section><!-- #page-builder -->

<?php
get_footer();