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
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…
oh no! prescribed … my mistake
embarrassing