I am trying to update the URL structure for posts within a custom post type. I would like the url to use the taxonomy slug from the "resource-topic" taxonomy, and not the custom post type key.
Currently the custom post type key is used in the permalink.
For example:
- instead of /resource-new/[blog-title]
- I want it to be /press-releases/[blog-title]
We are using the advanced custom fields plugin > custom post type and taxonomies.
The custom post type is called Resources (resource-new).
I have attempted to modify this using the ACF advanced settings > URLS, but this does not work.
Thank you