File "woocommerce.php"

Full Path: /home2/sdektunc/cepali.edu.mx/wp-content/themes/twentytwentytwo/woocommerce.php
File size: 344 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

get_header(); ?>
	<div class="row">
		<div id="primary" class="col-md-8 mb-xs-24">
			<?php woocommerce_content(); ?>
		</div><!-- #primary -->
		<aside id="secondary" class="widget-area col-md-4" role="complementary">
			<?php dynamic_sidebar( 'shop-sidebar' ); ?>
		</aside><!-- #secondary -->
	</div>
<?php
get_footer();