Unfortunately this isn’t something we have in WP Job Manager yet. 🙁
Sorry I can’t be of more help here!
Hi, my question is similar, but a little different.
Using Toolset, I am able to create multiple user types that can post jobs. However, I was wondering if it is possible to customize the success message in the jobs-submitted.php file depending on the user that posts a job.
case 'pending' :
printf( __( '%s submitted successfully. Your listing will be visible once approved.', 'wp-job-manager' ), $wp_post_types['job_listing']->labels->singular_name, get_permalink( $job->ID ) );
I imagine something like if it is is user type ___ the success message is ____
Thanks!
@mso122591 It’s possible, sure, but will require some custom coding that we can’t really help you with.
You may want to look into one of these services for help:
https://codeable.io/?ref=l1TwZ
http://studio.envato.com/
https://jobs.wordpress.net/
Thanks!