Hello,
I have a page that displays all project credits. I want to add a filtering option at the top so visitors can narrow down and only see Advertisements, Movies, TV, etc. And the items in the grid would disappear and appear based on that.
I used the Terms element, which uses a custom taxonomy “Project Type” as the looper provider.
When I preview the page and click on the different terms, the page reloads and adds {{dc:term:url}} to the URL but the grid items don’t change. How can I link the Terms element to the dynamic Grid? So that when I click on one of the terms, the grid displays only the projects that correspond to that taxonomy.
Thanks!