Forum

Thread tagged as: Question

Use content from repeater on one page in another page

Hi,

I don't think what I want to do is possible but...

I have a repeater that takes images and text on one page.

What I would like to do is reference the image of the newest repeater item on another page.

I'd like to do this without making the repeater available to all pages so the client still edits it with the page itself not shared items.

Moon on a stick I know but worth checking...

Thanks,

Ian

Ian Buchanan

Ian Buchanan 0 points

  • 3 years ago
Simon Clay

Simon Clay 127 points

I think it could be possible.

We could use perch_content_custom to grab the region from the relevant page. Then in the template use perch_item_last to grab the image from the repeater.

If you’d like to share your template code, we could try to work it out.