Inside the 3 about children pages I currently have images inside my structure field in my blueprints. I am trying to pull these images to the main home page.
So logically, To output these images onto home.php I would first have to access my sibling about page, then access its children and then the image fields.
Thank you very much for both replies, they really helped!
The images are now being output onto the home page.
But I have one more question, How do i single out the specific images?
For example, since I have 3 child pages, each with 1 image on each page, when i ran that code above all 3 images appeared. When I only want the one from each specific child page.
Let me take a screenshot and show you what I mean.
Could you share your template code?
Judging by the screenshot you’re calling the function inside the first block only.
You’d need to include the block code inside your each loop.
So my goal was to get the correct image showing in the first div, then id fiddle with the code to produce the 2nd and third in the other divs. I just have placeholder images setup for the time being. They will be replaced with the code.