Forum

Thread tagged as: Question

Page structure in the control panel

The structure of my current project in the root is the following :

- index.php
- folder_1 (index.php, filename_1.php, filename_2.php)
- folder_2 (index.php, filename_3.php, filename_4.php)
...

How can I make the same structure be used in the control panel? (I don't want to output the navigation, it is not editable.) Just adding perch to the files in the folders does not make them appear in the control panel. Thanks a lot!

Martin Stettler

Martin Stettler 0 points

  • 6 years ago
Drew McLellan

Drew McLellan 2638 points
Perch Support

Once the pages have regions in them, they'll appear.

If you're not going to have regions on the pages, you can add them manually by selecting the 'page already exists' option when adding the page.

Ok, thanks. I did not adjust the runtime path...