Hello! I’m building a website with custom post types thanks to ACF (💖) along with Elementor, but I have a question. I want to maintain a specific structure for the CPT I have created. I have created a post type (surgery) and a taxonomy for it (surgery-cat).
This has created the following URL for the posts:
(post type) domain.com/surgery/surgery-name-post
And for the taxonomy domain.com/surgery-cat/surgery-cat-name
What I really want is for the URL to have the category name and for the category to work on its own showing the posts (I would do this with Elementor) and remove the post/taxonomy name from both.
Post type domain.com/surgery/surgery-name-post >>>>> domain.com/surgery-cat-name/surgery-name-post
Taxonomy domain.com/surgery-cat/surgery-cat-name >>>>> domain.com/surgery-cat-name
Is it possible to do this?
Thanks!!