Hello,
What do you mean ‘jobs description’? Where do you want to add it?
Hi @kibus90 , thanks for your response .
i mean is there any separate field for job description like Location field .? where i can add job’s description separately
.
Hi,
This code you can try:
<?php echo do_shortcode(apply_filters( ‘the_job_description’, get_the_content() )); ?>
hi @kibus90
where can i add this code?
@shani0310 Where do you want to add it? The description
-
This reply was modified 7 years, 3 months ago by
kibus90.
i mean , in which file i should insert it ? function.php?
Hi! Can you clarify where you want the job description to appear? Is it on the job listings page? If so, then you’d need to override this file:
https://github.com/Automattic/WP-Job-Manager/blob/master/templates/content-job_listing.php
https://wpjobmanager.com/document/template-overrides/
To display the description, you’d have to add code like this where you want it, in the override file:
<?php wpjm_the_job_description(); ?>
You’d also need to style it appropriately, most likely (depending on your theme).
I’m marking this thread as Resolved as it’s been more than a month since the last reply. If you still need help, please do reply again and mark the thread as Unresolved!