Forum
Perch Categories - filter by custom id
Hey,
Is it possible to filter a category by a custom field? So I have a region of type
, and I want to filter categories where type=x
, using:
perch_categories([
'filter' => 'type',
'match' => 'eq',
'value' => 'mytype'
]);
Thanks
Hi Ryan,
I think it's only standard fields at the moment:
https://docs.grabaperch.com/functions/categories/perch-categories/
From that page:
That's correct.