I have a complicated question related to CPT and the permalink structure. So, I have two CPT's: 1. Cities 2. Properties Now, the relation is Cities parent to property. So when crate a single city like London, I assign related properties from the child CPT.
Everything work's fine, but when it comes to permalinks, I need to show the chosen city (which is a single post type) above the properties related to it. permalink need to be like that: website/cities/london(single cities-CPT)/property/post-name(single property-CPT).
For one week, I was looking around and didn't find any solutions. Tnx to anyone who can point me in the right direction.