I have created a custom post type, let’s call that Cars.
I have also created a custom Taxonomy called Car Manufacturers.
Now, I’d like to create a custom URL for the cars so it’s domain.com/cars/car-manufacturer/{car name}
Where, cars = custom post type, car-manufacturer = custom taxonomy and car name = the specific post name.
By default it’s domain.com/cars/{car name}
What is the correct custom URL structure for this?
Hi,
Is your issue resolved? If so, could you please share details?