Viewing 1 replies (of 1 total)
  • Thread Starter tpmarc

    (@tpmarc)

    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 ?>

Viewing 1 replies (of 1 total)
  • The topic ‘Foreach in Products categories’ is closed to new replies.