Hi guys -
I’ve used the techniques in Josh Donnelly’s YT video (https://www.youtube.com/watch?v=611IwxrOz8E) to create a portfolio page with buttons to filter by category. So far it is working properly except for one thing. How do I get it to show All categories? I want all portfolio items, regardless of category, to display when the page is initially loaded, and also if the user clicks the “All” button.
My page is https://staging.patrickandcompany.com/brands/ (current category fallback is “home”)
My query string is
post_type=x-portfolio&post_status=publish&ignore_sticky_posts=1&orderby=rand&order=asc&tax_query%5B0%5D%5Btaxonomy%5D=portfolio-category&tax_query%5B0%5D%5Bfield%5D=slug&tax_query%5B0%5D%5Bterms%5D={{dc:url:param key=“category” fallback=“home”}}&tax_query%5B0%5D%5Boperator%5D=IN
Is there something I can put in for fallback that will give me everything?
Thanks!