I have created a custom post type, let’s call that Services.
I have also created a custom Taxonomy called Services type
Now, I’d like to create a custom URL for the cars so it’s domain.com/services/service-type/{service name}
Where, services= custom post type, service-type = custom taxonomy and service name = the specific post name.
By default it’s domain.com/services/{service name}
How can i add taxonomy before service name ?