woocommerce/templates/archive-product.php

11 lines
265 B
PHP
Raw Normal View History

2011-08-09 15:16:18 +00:00
<?php get_header('shop'); ?>
2012-01-06 14:02:34 +00:00
<?php do_action('woocommerce_before_main_content'); ?>
2011-08-09 15:16:18 +00:00
2012-01-06 14:02:34 +00:00
<?php woocommerce_archive_product_content(); ?>
2011-08-09 15:16:18 +00:00
2012-01-06 14:02:34 +00:00
<?php do_action('woocommerce_after_main_content'); ?>
2011-08-09 15:16:18 +00:00
<?php do_action('woocommerce_sidebar'); ?>
2011-08-09 15:16:18 +00:00
<?php get_footer('shop'); ?>