Hi there, I’m effectively looking for a Kirby 3 solution to this old question — ‘Set homepage as most recent content post’.
Which was using c::set('home', page('home')->children()->last());
in the config. It seems this doesn’t work with Kirby 3.
In this case, I’d like to set the homepage as the first page in a ‘work’ folder. So no articles or dates, just whatever the first page is in the work folder.
I know I can solve this by repeating similar code as my work page into my home.php, but would prefer not to load 2 pages if possible!
Thanks again any help is greatly appreciated!!