sitemap2

				
					<?php
$args = array(
    'taxonomy'     => 'product_cat',
    'orderby'      => 'name',
    'show_count'   => true,
    'pad_counts'   => true,
    'hierarchical' => true,
    'title_li'     => '',
    'hide_empty'   => false
);
wp_list_categories( $args );
?>