Hello,
I need some help with repeater images to show on another pages. I have a page called "settings" a template called "settings" and repeater with image field. I need to show that repeater on different pages, but somehow can't figure it out how to..
I have this atm ...
<?php foreach($pages->get('template=settings')->BackgroundImages as $bck): ?>
<?php $bckgimage = $bck->bgimage->first(); ?>
<li><img data-fade='2000' src="<?php echo $bckgimage->url; ?>" alt="" /></li>
<?php endforeach; ?>
I searched the forum but no success :\
Any help is appreciated
Thank you