????

Your IP : 3.22.223.160


Current Path : /home2/sarkar82/www/wp-content/themes/iconic-one-pro/
Upload File :
Current File : //home2/sarkar82/www/wp-content/themes/iconic-one-pro/woocommerce.php

<?php
/**
 * The template for displaying all pages.
 *
 * 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 will use a
 * different template.
 *
 * @package WordPress - Themonic Framework
 * @subpackage Publisho_Theme
 * @since Publisho 1.0
 */

get_header(); ?>

	<div id="primary" class="site-content">
		<div id="content" role="main">
			<?php woocommerce_breadcrumb(); ?>
			<?php woocommerce_content(); ?>

		</div><!-- #content -->
	</div><!-- #primary -->
<?php get_footer(); ?>