Good day to all!
I have a question about Nested Pages.
I use Nested Pages in index.php template. I really like breadcrumbs and how the structure looks inside the admin panel. It makes a website easy to use for administrators and visitors. But I would like to turn off the hierarchy of URLs.
For example General page is parent for Specific page / Specific page is parent for Very Specific:
General
- Specific
- - Very Specific
It gives such URLs:
site.com/general
site.com/general/specific
site.com/general/specific/very-specific
But I would really like to get:
site.com/general
site.com/specific
site.com/very-specific
I read the Custom Routes Documentation tutorial, but I don’t understand how this can apply in this case..
I need help with this or perhaps there are other solutions?
Please, help me
Thank you!

I use Nested Pages in index.php template. I really like breadcrumbs and how the structure looks inside the admin panel. It makes a website easy to use for administrators and visitors. But I would like to turn off the hierarchy of URLs.
For example General page is parent for Specific page / Specific page is parent for Very Specific:
General
- Specific
- - Very Specific
It gives such URLs:
site.com/general
site.com/general/specific
site.com/general/specific/very-specific
But I would really like to get:
site.com/general
site.com/specific
site.com/very-specific
I read the Custom Routes Documentation tutorial, but I don’t understand how this can apply in this case..

Please, help me
