Sorry, but we aren’t able to help with custom code requests like this. You may want to look into one of these services:
http://jobs.wordpress.net/
http://studio.envato.com/
https://codeable.io/
Thanks!
in default the resumes permalink is /resume/chi4rm1b-LASTNAME-FIRSTNAME/
how can i delete teh firstname and lastname from the Permalink.
thank you.
@thewhitegeek.com: Please create your own thread per the Forum Welcome policy:
https://codex.ww.wp.xz.cn/Forum_Welcome#Where_To_Post
Thanks!
Hi Adam,
I’m confused isn’t that essentially what you are doing here: https://wpjobmanager.com/document/tutorial-changing-the-job-slugpermalink/#section-2
I did the following and both the company name and job location did not get appended when I created a new job listing from admin?
Let me know. Thanks!
I’m confused isn’t that essentially what you are doing here
We can provide some examples in our documentation, but there’s just no way we can support every possible use case or customization someone might want to make.
the company name and job location did not get appended when I created a new job listing from admin
Probably because you submitted the job from the admin dashboard. Jobs should always be submitted, edited, etc. from the frontend pages, not the WordPress dashboard itself. This is how WP Job Manager is designed to work. Try it that way and it should be OK.
Adam,
Thanks for the explanation. I didn’t realize that submitting jobs via the dashboard would be any different from submitting jobs from the frontend pages?
Seems like that’s pretty limiting and would be nice if they behaved in the same manor. Just curious – why the disconnect?
Anyway I put my vote in for them to be the same in near future! Thanks again for the help!
I didn’t realize that submitting jobs via the dashboard would be any different from submitting jobs from the frontend pages?
When you use the backend dashboard to submit new jobs, none of the code in our plugin that usually runs on a new job submit actually runs.
This include the submit_job_form_save_job_data filter in the example code here:
https://wpjobmanager.com/document/tutorial-changing-the-job-slugpermalink/#section-2
… which is why it doesn’t work when you submit jobs from the backend.