AlkantarClanX12

Your IP : 3.147.51.75


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

<?php
// Do not allow direct access to the file.
if( ! defined( 'ABSPATH' ) ) {
    exit;
}
/**
 * WooCommerce template file.
 *
**/
get_header(); ?>
<div class="woo-page">
	<div id="primary" class="content-area">
		<main id="main" class="site-main" role="main">
			<article id="post-<?php the_ID(); ?>">
				<?php woocommerce_content(); ?>
			</article>
		</main><!-- #main -->
	</div><!-- #primary -->
</div>	
<?php 
get_sidebar();
get_footer();