Hello support-team,
thanks for the great plugin!
I’ve created a custom post for example “house” and added multiple categories () on each post for example “green”(id=2), “cityname”(id=3).
Now I tried to use the “pods blocks” “Pods Item List” and want to filter it with the find() notation options by category-id or category-name/slug in the where-clause.
WHERE
t.term_id = 2 [wont work]t.name like ‘%green%’ [wont work]t.name like ‘%%’ [wont work even empty]t.post_title like ‘%housename%’ [works – but thats not i need there]
Hope anyone can help!
Thanks in advance for your help!
