Showcase snippet from kirby 2 to kirby 3

Hi

i am trying to integrate the Kirby 2 “showcase” snippet into my new Kirby 3 installation.
But I always get an error message.

$projects = page('projects')->children()->listed();

Error
Call to a member function children() on null

thx
Uli

Then page('projects') doesn’t seem to exist…

1 Like

oh no! prescribed … my mistake

embarrassing