Photography Gallery, filter in public page

Hello,

For my first project with Kirby, I would like to create a photo gallery. In public side, I would like visitors to filter according to certain arguments in the manner of https://sinfonieorchester.ch/de/konzerte-abos/tickets-spielplan

In panel side, I guess I need to create specific tag fields. But what is the best way to do it in my template?

Thanks.

This recipe would be your starting point: https://getkirby.com/docs/cookbook/content/filtering-with-tags.

When the user clicks on a tag/category, the URL contains a parameter. In your controller, you get the parameter and filter by it.