woocommerce/templates/taxonomy-product_cat.php

10 lines
286 B
PHP
Raw Normal View History

2012-07-11 10:23:31 +00:00
<?php
/**
2012-08-08 15:57:32 +00:00
* The Template for displaying products in a product category. Simply includes the archive template.
2012-07-11 10:23:31 +00:00
*
* Override this template by copying it to yourtheme/woocommerce/taxonomy-product_cat.php
*
* @package WooCommerce
*/
woocommerce_get_template( 'archive-product.php' );