Create a new template for content-job_listing.php and on line 21 insert.
<div class="job_listing-category job_listing__column job_category ">
<a href="#" class="job-category"><?php the_terms( $post->ID, 'job_listing_category', '', ' / ' ); ?></a>
</div>
You’ll need to edit the CSS etc. but this will get you started.
-
This reply was modified 7 years, 10 months ago by wfinley.