Is it possible to duplicate a job on dashboard page (user side) ?
You might be able to use a post-duplicating plugin to do this, but we don’t have anything like that built in.
Is it possible to order the jobs list differently, i.e. with numbers or publish date on backend ?
You can order them by clicking any of the linked column names:
http://d.pr/i/1iSoB/2shChJcM
Let me know if there’s anything else I can help with! 🙂 Thanks!
Hi, thanks for quick response !
1/ On administrator side yes but not on user side, I mean on frontend dashboard (I need editor role can manage all the jobs).
Could manage this with copy/paste manner but there is no rich html mode ! When editor publishes a new job, he can neither paste existing styled content, nor style manually.
See :
http://d.pr/i/15U6r
http://d.pr/i/186C3
2/ Same, frontend dashboard doesn’t provide anything to order jobs..
We don’t have a way to duplicate posts on the frontend right now. I’ve filed an issue for it here:
https://github.com/Automattic/WP-Job-Manager/issues/605
… but that doesn’t mean we’ll add it for sure, only that our developer will take a look.
For the ordering on the job dashboard page, you can use the “job_manager_get_dashboard_jobs_args” hook to change arguments (including the order):
https://github.com/Automattic/WP-Job-Manager/blob/1.24.0/includes/class-wp-job-manager-shortcodes.php#L146-L155
Let me know if there’s anything else I can help with! 🙂 Thanks!
1/ Get it thanks a lot 😉
2/ I don’t think that’s what I look for. Just need to make the publish date editable from dashboard for example. Something that would allow my editor to order on demand his jobs.
Just need to make the publish date editable from dashboard for example. Something that would allow my editor to order on demand his jobs.
I don’t think this is possible unfortunately. 🙁 There’s no way to edit the job publish date from the frontend once a job has been submitted.