I have a portfolio page that lists out artwork using a repeater. We can call this artwork feed[where all items are listed]. Right now—I currently use a popup to display that item so a user can zoom and what not, but I’d like to extend that item to another page and move that functionality to it’s own page. The way I do that now is recreate the entire submission for a page, but I’d like this to be automated.
I created a new post type called the_painting_landing specifically for this. Is there a way to create a new field group for the new post page that can be used to select the item from the repeater of the original portfolio page?
That way the only field I’d need to populate for the landing page is the selection of the item needed from the repeater?