Thanks for a great plug-in, just that I am facing a few issues here.
1. Even after setting the expiry date, the job openings are still in the open jobs listing. Is there any way that the Job Listing is updated as per the local timings (Australia), so that the job listing is updated and the expired jobs are NOT SHOWN.
2. The Cover Letter field is pre-set to be MANDATORY, how can this field be made OPTIONAL?
3. Although I am so far using the FREE version (for checking purposes), Can the form fields be set and modified as per the requirements of each job separately?
Many thanks and I will look for your support.
Best Regards,
Malik
I am trying to add a custom code custom code using the Yoast developer filter wpseo_robots that will make my Yoast SEO plugin automatically set expired job pages to ‘noindex’.
I’ve been told to look at this code example to see how the filter can be used, and I’ve tried to add this:
add_filter( ‘wpseo_robots’, ‘yoast_seo_robots_remove_single’ );
function yoast_seo_robots_remove_single( $robots ) {
if ( job_is_Expired ) {
return ‘noindex,nofollow’;
} else {
return $robots;
}
}
but it is not working – as I don’t know what condition I should be putting in the ‘if’
I was wondering if anyone would be able to help me with this.
Thanks a lot!
]]>I’m looking for a shortcode that displays jobs that have not reached their expiration date, and another that displays jobs that have.
Many jobs in our board do not end in a filled/unfilled updated status so filtering them in this way is not applicable, nor does it distinguish between open and expired jobs.
It seems this would be a useful function to have on a jobs board.
Also a list showing jobs that have been applied to seems another no-brainer.
Has anyone implemented their own custom code for the below functions:
– display open jobs
– display expired jobs
– display applied to jobs
Sort listings:
1. List featured active listings firstly (we already can do)
2. List active listings secondly (we already can do)
3. List expired listings at the end of list (we can not do right now)
* All groups must be sort by randomly. (we already can do)
List: https://www.enokul.com/okul-kategorisi/ortaokullar/
If you can make an addon, we can pay 150 usd
Why we need this?
We should list our members before non-members. But, also we should list non-members. Because non-members have great search volume. Expired listing pages list on Google.
]]>I can navigate and write the code but I am having trouble finding the appropriate action hook. Would this be delete_job_listing
since you use publish_job_listing
in the tutorial?
Example from tutorial
function listing_published_send_email($post_id) {
$post = get_post($post_id);
$author = get_userdata($post->post_author);
$message = "
Hi ".$author->display_name.",
Your listing, ".$post->post_title." has just been approved at ".get_permalink( $post_id ).". Well done!
";
wp_mail($author->user_email, "Your job listing is online", $message);
}
add_action('publish_job_listing', 'listing_published_send_email');
Tutorial: https://wpjobmanager.com/document/tutorial-send-email-employer-job-listing-approved/
https://www.ads-software.com/plugins/wp-job-manager/
]]>https://www.ads-software.com/plugins/wp-job-manager/
]]>Thanks in advance!
Alexandre
]]>