Hey all,
I need to setup a site structure like shown in the picture below:
Link to image that Iβm not allowed to embed
all projects are supposed to be displayed on the home page although they are in category folders.
I use this code to display projects:
<?php foreach(page('work')->children()->flip()->visible()->limit(9) as $project): ?>
but this only works if the projects are located in the work folder. how can I display them out of the category subfolders? Is that even possible although the βworkβ page is set to be invisible?
On the right side of the image there is another section of the website, that has a different logic to it but must work alongside. Iβm quite confused how to set this up.
can anyone point me in the right direction?