Hello,
I’m trying to display subpages of another page on my hompage but they seem to be unaccessible.
When using $site->find('nameOfOtherPage')
it works if the page in question is on same level as my homepage but I need to access a subpage of another page and that doesn’t work. I’ve tried this way: $site->find('nameOfSubpage')
and this way: $site->find('nameOfOtherPage')->first()->children()
What am I missing here?