How to display job categories on single job page?
-
How to display job categories on single job page?,
I followed the instruction https://www.ads-software.com/support/topic/how-to-display-job-categories-on-single-job-page/ but it did not work.
After adding below , the content of the single job listing became blank.
yourchildtheme/job_manager/content-single-job_listing-meta.php on your server
<li class="job-category <?php echo get_the_job_category() ? sanitize_title( get_the_job_category()->slug ) : ''; ?>"><?php the_job_category(); ?></li>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to display job categories on single job page?’ is closed to new replies.