12 lines
342 B
PHP
12 lines
342 B
PHP
<?php
|
|
/**
|
|
* The Template for displaying products in a product category. Simply includes the archive template.
|
|
*
|
|
* Override this template by copying it to yourtheme/woocommerce/taxonomy-product_cat.php
|
|
*
|
|
* @author WooThemes
|
|
* @package WooCommerce/Templates
|
|
* @version 1.6.4
|
|
*/
|
|
|
|
woocommerce_get_template( 'archive-product.php' ); |