hey guys, I'm new here. ?
I'm building this gallery of images but I don't know how to show it.
I've created a field in my page called 'VIAGGI_gallery', image type, and I can load all the images related to that page.
The problem occurs when I try to print the pictures, like this:
echo $page->get('VIAGGI_gallery');
it basically gives me the names of the pictures, eg - hawaii_1.jpg, hawaii_2.jpg ecc.
How can I print all my pictures? I guess I'm working with an object? should I use a cycle?
thanks a lot!!