I'm displaying an image on the homepage from a group of sub pages which all use the same template.
I can display the image fine, and it is random. I can't work out how to get the image to link to it's page?
My code below when you click the image it just keeps cycling through the random images.
$image = $pages->get("template=artworks-child, sort=random")->artworks_thumb->getRandom();
$thumb = $image->size(550, 0);
echo "<a href='{$page->url}'><img src='{$thumb->url}'></a>";













