Hello,
I’m working on a website for my company that showcases some of the work we’ve done. I have the portfolio sorted into categories by the type of project (print design, digital, in-store displays, etc.). However, many of our projects have components from multiple categories.
So let’s say I have a project that has a website component as well as a print ad component. I want to make it so that when all of the portfolio items are visible, there’s a single link for the project that would lead to a page with both the print ad AND the website. However, if I click ‘websites’ in the category filter, I want a separate page to show up that only has the website for that particular project. This page should not be visible when “All” is selected, only when “Website” is selected. So essentially I just need to figure out how to hide the category-specific pages when the page first loads and “All” is selected.
Is there a way of doing this?