Hi
I'm making a 'video guide' collection, using collections and categories. Most of my categories are single level, but one of them has a subcategory:
- about
- about/team
On the /about category page it'd be handy to only show items categorised as about. It currently shows items from both about and team. I don't want any items from the subcategory team shown.
As I can't filter perch_collection with catDepth, I was wondering what's the recommended way to achieve this?