so i have a page called gallery, it is running the template_portfolio.php file and by default it gets all my portfolios and display them all.
I set Departments for some of my Portfolios (landscapes/portraits/sports). (i guessed departments are meant to be used as categories).
i can’t get the gallery to show me only the portfolios that belong into the desired department, im not sure if there is a special way to use the query to filter those portfolios.
basically what i want is to have a gallery that displays specific portfolios by class or by category, im trying to use departments because i think thats what they are intended to do, maybe im taking the wrong approach.