I am working on a website with 10.000th of pages. Therefore I have split pages into year and month folders: news/2026/03/article-1/. the blueprints I am using are news-year and news-month. However, I have 4 more post types next to news, which are stories, videos, jobs and gyms.
I don’t want to create additional stories-year, … files. I thought I could solve this with an PHP-Blueprint. But I figured out that I don’t have access to $page. The only thing which really needs to change in the blueprint are probably template, create and maybe headline in the month blueprint:
title: Month
options:
changeTemplate: false
sections:
news:
type: pages
headline: Articles
template: article
create: article
sortBy: date desc
Any ideas?