Forums
(@hinano32)
13 years ago
found it.
<?php $the_terms = get_the_terms( $post->ID, ‘grid_product_category’ ); foreach( $the_terms as $term) { echo $term->name . ‘ > ‘; } ?>
17 years, 2 months ago