Forums
(@tpmarc)
12 years, 4 months ago
I used my brain and the answers is:
<?php $categories = get_categories(array('taxonomy' => 'grid_product_category')); ?> <?php foreach ($categories as $cat): ?> <?php echo $cat->name ?> <?php endforeach ?>