Sub-directory multi-sites and parent/child hierarchy making LONG Url
-
I have a site that is a subdirectory multisite. I have:
https://www.example.com (root site)
|_ https://www.example.com/research (sub site home)The relationship of the sub site’s pages is thus:
Home Whitepapers FAQs Topic A Subtopic 1
When I don’t organize the sub site’s pages in a parent/child hierarchy, I get nice, clean, “speakable” URLs like this:
https://www.example.com/research/
https://www.example.com/research/whitepapers
https://www.example.com/research/faqs
https://www.example.com/research/topic-a
https://www.example.com/research/subtopic-1I like this, even when it doesn’t reflect the exact hierarchy of the site, because if someone is giving a URL verbally, say, over the phone, they can manage it.
When I organize the pages in parent/child hierarchy, for ease of organization on the back-end for nontechnical admins, I end up with an ungainly URL scheme, like this:
https://www.example.com/research/
https://www.example.com/research/whitepapers
https://www.example.com/research/faqs
https://www.example.com/research/faqs/topic-a
https://www.example.com/research/faqs/topic-a/subtopic-1Yes, I do realize it’s doing exactly what it’s supposed to be doing here. However, for the “human” aspect of this site, it’s going to be impossible for sales or other folks to rattle this off over the phone, and content admins are going to freak if things aren’t in a proper hierarchy.
Is there a way to have parent/child hierarchy on the back-end, yet still display a flat URL scheme on the front-end? I’ve tried the Custom Permalinks plugin that everyone mentions in the other threads, but a) it doesn’t work for me and b) I believe there is a setting…somewhere…in the Dashboard to make it do what I’m wanting.
- The topic ‘Sub-directory multi-sites and parent/child hierarchy making LONG Url’ is closed to new replies.