Tell us what you are trying to do?
Hello, I would like to ask you for helping me building a category slug structure for a CPT.
I am going to have 4 Custom Post Types which are going to share two taxonomies - one is for Main Category and another for Sub Category.
Currently the post type is showing like - /custom-post-type/post-name/
I will need to make it /custom-post-type/main-category/sub-category/post-name/
(the two taxonomies which are created to be displayed in the slug construction of the website)
I will appreciate if you can advice me how to make this happen.
Best Regards.
Hello, Toolset isn't really designed to create custom permalink structures like this. Toolset's permalink structures are based on WordPress standards, and the format you have described isn't a standard implementation. Usually this type of customization requires a 3rd-party plugin designed to create custom permalinks, or custom programming that falls outside the scope of support we provide here. I would try a few custom permalink plugins to see if any one offers the type of URL structure you want here. Normally Toolset's custom taxonomies work well with those plugins, since they are publicly registered using WordPress standards.
Thank you for the fast response, Christian .
Looking forward for a suggestion for a 3rd party plugin so I can try and do the structure described.
Best Regards.
I don't have a specific recommendation, this isn't really our specialty here. You can try searching the WordPress plugin repository here: https://wordpress.org/plugins/search/custom+permalink/
My issue is resolved now. Thank you!