2018-06-25, 22:06:40
Hello,
I am trying to achieve the following URL structure:
I know I can work with parent pages as categories but I don't want to show the categories page itself. Is that possible?
Thank you very much in advance.
I am trying to achieve the following URL structure:
Code:
root/
│
│
├─ root/category-1/
│ │
│ │
│ └ child page of category-1
│ │
│ └ child pages of category-1 child page
│
│
├─ root/category-2/
│ │
│ │
│ └ child page of category-2
│ │
│ └ child pages of category-2 child page
│
│
├─ root/about/
│
└─ root/contact/
Thank you very much in advance.