I'm building a dealership website and have several vehicles of the same make-model.
I'd like to have the make, model name in the URL.
I'd like to add a link to create the page with a unique name using the api, then before it is saved, change the name to reflect the make-mode and unique id.
I know I can create a hook before the save event and add the make / model info. How can I add a link ( process ? ) to the admin to skip the manual entry of a page title / name when adding inventory?
Thanks.