I’am using custom post type plugin for wordpress. I made custom taxonomy called "category" and made category for my custom post type called "Organic" as well.
When I publish custom type post I’ve got url something like:
www.example.com/organic/post-name and it’s okay.
The problem is when I want to see the category page.
Now, i’ve got:
www.example.com/category/organic/
but I want to have:
www.example.com/organic/ without the taxonomy name ‘category’. How to delete it?
I was looking for that on stack, but I only found solutions for deleting category name, not taxonomy. Can you help me?
Thanks!