Forums
(@gason)
10 years, 9 months ago
This code worked for me
<?php the_terms( $post->ID, 'job_listing_category', '', ' / ' ); ?>
You should paste it in the templates where you want to show the categories.