Category Pages

    'product_cat'); $terms = get_terms('product_cat', $args); if (count($terms) > 0) { foreach ($terms as $term) { $base_url = get_bloginfo('url'); echo '
  • ' . $term->name . '
  • '; } } ?>