Skip Navigation

[Resolved] filtering custom field by set of checkboxes

This support ticket is created 5 years, 5 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

This topic contains 1 reply, has 1 voice.

Last updated by udais 5 years, 5 months ago.

Author
Posts
#1284601
3.png
2.png
1.png

I am trying to: filtering custom field by set of checboxes
I expected to see: result from all selected checkboxes

Hello
I have custom field city. I added filter type="checkboxes".

It works on single selection but I want to display result by selecting multiple check box.

I have 5 posts and custom field value in city field are:
first post- city1
second post- city2
third post- city3
forth post- city4
fifth post- city5

If I select single check box it works.

I need result from all selected check boxes eg. if i select checkboxs city1 and city2 it should display both posts containing value city1 and city2 but it display no item found.

screenshots attached.

Thanks

#1284731

My issue is resolved now. Thank you!