I have a problem and I don’t know how to solve it:
I currently have a site that has several categories.
These category pages I made using a dynamic page of individual Items to be able to edit the design of only one page and that the other pages are edited automatically when editing this one.
I have two data sets, and two collections (One collection+data set for the title and description of that category and the other collection+data set for the filter options and the items that go inside the repeaters).
The problem I’m having is that now I don’t know how to make only the items of each category appear in those repeaters, for example if I have a category called Design, I only want the items for that category to appear.
If I have another category called 3D, I only want the items for that category to appear.
I try to do a filter, but I see that since the dynamic pages of the categories are an individual item page, this filtering is done for all the categories.
Is there an easier way to create this?
UPDATE: I achieved this by using a multi-reference field.
While designing dynamic category pages, employ filtering by category field values to display relevant items. This way, each category page pulls items exclusively linked to it. Modify filters dynamically by reading the category from the URL or page properties. Streamline maintenance by editing one dynamic page and affecting all categories.