Hello
Using a front end form I can edit the title, content, etc of my custom post type. However, I also want to be able to edit the slug, but I can't see how to do this.
I currently have the following code:
printf( '[mb_frontend_form post_type="job" post_fields="title,date,thumbnail,excerpt,content" post_id="%1$s" id="obr_special_info" label_title="New Job Name" label_date="Published Date" label_thumbnail="Image for Jobs Archive Page" label_excerpt="Snippet for Jobs Archive Page" label_content="Job Details" submit_button="Edit Vacancy" confirmation="Vacancy Updated"]', $job_id );
Please can you tell me what changes I need to make to be able to edit the slug within the form?
Many thanks