Pulling images from a block on another page

Permalink
I'm trying to attempt a gallery-style idea where I have some subpages which each have a block called 'Project Image', and I want a main page to display those images as thumbnails on its parent page. I have accessed the pages, but I still haven't figured out how to access the blocks within the pages. How could I get that information from page to page?

Here's how I'm accessing my subpages:

<?php  
    foreach ($pages as $page):
        $title = $page->getCollectionName();
        $link = $nh->getLinkToCollection($page);
?>


Thanks,
Chad

 

This website stores cookies on your computer. These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media. To find out more about the cookies we use, see our Privacy Policy.