JOB IDs are actually just post IDs.
Whenever you create a post, page, menu anything, it will increment.
Hi hatsavanh,
I can code an add-on for this.
Please elaborate on your issue.
Cheers,
Gabriel
Hi Gabriel ,
I want to reset job ID
current ID 1205, now i delete all job
and add new job it continue ID 1206
i want start id at 1
Cheers,
hatsavanh
Hi hatsavanh,
As Mike pointed out, the IDs are the ‘raw’ ones from WordPress.
Everything that is ‘site content’, like posts, pages, menu entries and jobs share the same ID pool – i.e. they use the next sequential available ID.
So you can’t have job ID #1 as WordPress has already assigned it to some other site content and there is no easy way to undo this.
However jobs can be customized to have an extra field to store this sequential job id, starting at 1 and incrementing only when another job is posted.
Now, how do you envision this field being used? Because Job ID is not something prominently shown…
Cheers,
Gabriel