Dynamic Pages, but I want to hide some of the Title Pages

I can filter out dynamic content using a dataset with a repeater, but once the user clicks through an item on that page to its title page, if there are prev/next buttons, which are nice to have, then users can get to any row in the CMS, and are not limited to just what is filtered in the dataset.

I have a handful of bad ideas about how to work-around this problem, but I’m wondering what is the right way?

Can’t you just filter the item page dataset to be the same as your dataset was on the page with the repeater they are linking from so the next and previous will also be filtered? That’s the simplest way of doing it unless there are multiple ways to come to the same item pages on the site and you can’t outright filter the item page statically, then you’d have to code the repeaters to send the filter to the item dataset when it opens which should be possible too with a little bit of code I guess?

1 Like

Goodness! So simple!!! Why didn’t I think of this?

1 Like