Tell us what you are trying to do?
I have created CPT PRACTICE AREAS & LAWYERS and have post relationships MANY TO MANY. I have LOCATION (US, UK) as a taxonomy of LAWYER and LAWYER is the parent of PRACTICE AREAS. i also want to have children or a relationship of PRACTICE AREAS i.e People US, People UK, Success Stories etc as each PRACTICE AREA will have each of these. I am unclear how to execute this and achieve a URL structure PRACTICE AREA -> People us, People UK, Success stories etc. That will have its own CHILD PAGE/POST/URL Success stories is a custom field within PRACTICE AREAS.
To be clear i want to acheive the following URL Structure:
PRACTICE AREAS
> Corporate
>> People US
>>People UK
>> Sucess Stories
Is there any documentation that you are following?
I looked on support forums and could not find a solution.
Is there a similar example that we can see?
hidden link
What is the link to your site?
I am working on localhost at the moment
Toolset's custom post URL structures work within WordPress standards, so complex hierarchical URLs aren't supported. The standard for custom post types is /post-type-slug/post-slug. To achieve the exact URL structure you're describing, you'll have to use a 3rd-party custom permalink plugin or implement some custom code.
Its a shame it seems to me this is a typical scenario for most custom post types. Unless i have it set up incorrectly.
Thanks