Meta Box
Support › MB Custom Post Type › Change Taxonomy URL Structure
I have created a Custom Post Type and a Custom Taxonomy.
Currently the taxonomy URL looks like this: /custom-post-type/custom-taxonomy/term/
I want: /custom-post-type/custom-taxonomy/term/
How does this work?
I found some similar posts here but no solution.
Hello,
You can try to use the custom rewrite slug when creating the custom taxonomy to create a custom taxonomy URL. Refer to this topic https://wordpress.stackexchange.com/questions/99120/custom-taxonomy-rewrite-using-tax-name-instead-of-rewrite-slug and documentation https://developer.wordpress.org/reference/functions/register_taxonomy/