????

Your IP : 3.133.109.141


Current Path : /home2/morganrand/backup.morganrand.com/wp-content/themes/wanderfuls/
Upload File :
Current File : /home2/morganrand/backup.morganrand.com/wp-content/themes/wanderfuls/woocommerce.php

<?php
/**
 * WooCommerce Default template
 *
 * @package Wanderfuls WordPress Theme
 * @subpackage Templates
 */

get_header(); ?>

	<div id="content-wrap" class="container clr">

		<?php tb_hook_primary_before(); ?>

		<div id="primary" class="content-area clr">

			<?php tb_hook_content_before(); ?>

			<div id="content" class="clr site-content">

				<?php tb_hook_content_top(); ?>

				<article class="entry-content entry clr">

					<?php woocommerce_content(); // WooCommerce content is added here ?>
					
				</article><!-- #post -->

				<?php tb_hook_content_bottom(); ?>

			</div><!-- #content -->

			<?php tb_hook_content_after(); ?>

		</div><!-- #primary -->

		<?php tb_hook_primary_after(); ?>

	</div><!-- #content-wrap -->

<?php get_footer(); ?>