I have the following category hierarchy:
-Cat
--SubCat
---SubSubCat
When creating an post and mark it only in the subsubcat
category, the correct slug is generated: www.example.com/cat/subcat/subsubcat/post-title
When creating an post and mark it in the subcat
and subsubcat
categories, the slug is generated by subtracting the grandchild category:
www.example.com/cat/subcat/post-title
This is the normal operation of Wordpress or would it be a bug?