Forum
Accessing repeater data by id from another page
Accessing repeater data by id from another page using perch_content_custom
Say I had a repeater with 4 repeats all containing: Link Title Image Description
And I just wanted to use the Link and Title on other pages using perch_content_custom to output the 4 repeaters in a different template
Because the original 4 repeaters have the same id for title and for link is this possible? Thanks
Display the region using a template that contains only the repeater.
If that's not working, show us your code and explain what you're expecting it to output.
OK Thanks I'll give that a try.