This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Search by Postal Code custom field

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Search by Postal Code custom field Reply To: Search by Postal Code custom field

#29992
Ernest MarcinkoErnest Marcinko
Keymaster

Hi,

Well, it might be doable, but definitely requires custom coding. You could basically create a text input custom field filter. Then hook into the asp_query_args filter, specifically modifying the ‘post_meta_filter’ key to change the current filter to one with a “BETWEEN” operator.
I only recommend this if you have extensive programming knowledge, or you have a developer do it for you.