I have a WP site where there are 3 taxonomies, the main categories, companies and regions. I'm looking for them to all use the same permalink structure like:
site.com/{category-slug} site.com/{company-slug} site.com/{region-slug}
Is there a way to make this work and rewrite the urls within functions.php? I've tried a couple of methods, but sometimes they work, but then the main pages 404.
Thanks in advance
Have you tried this?