Sub-Pages only show in Panel when it's default.txt

Hi there :slight_smile:

I’m fairly new to Kirby (also beginner programmer) and could need some help with a problem regarding my website.

In my content folder I have a Projects-folder with multiple Project-folders inside. The Projects Page shows normally in the panel and also in the frontend. But the Project Sub-Pages are not being displayed in the panel, unless the content file is named default.txt. As soon as I rename it to project.txt for it to connect to my project.yml and project.php, it disappears. It’s still being displayed in the frontend though.

Grateful for any help!

What is the content file name inside that parent called?
Does it have a related blueprint in /site/blueprints/pages?
If so, please post this blueprint.

The parents content file is named projects.txt and it also has a related blueprint:

title: Projects
sections:
pages:
type: pages
template: default
projects-blueprint

Ok, here you assign the default template. This should read project if the subpages use the blueprint project.

That did the trick! Thank you so much :slight_smile: