Forums › Forums › Search & Filter Pro › Need Help with Custom Field Search
- This topic has 9 replies, 2 voices, and was last updated 9 years, 9 months ago by
Anonymous.
-
Anonymous(Private) June 29, 2016 at 9:49 am #49719
http://bluechipfoundation.org/charities-grantees/
I have 3 entries in the database for Grantees. I have the search form with counts enabled and it shows 0. I added the short code and get 3 errors for the the 3 entries and the title. I also have code to output the search results using wp-query. Could use some help in making it work with ACF plugin.
I can provide code and/or access in a private manner, if possible.
Trevor(Private) June 30, 2016 at 10:48 am #49865OK
The first issue was in the form setup, in the Post Meta setup tab there was an incomplete condition meaning no results were being returned. I have deleted that and it now shows results.
I have edited the template file and tidied it up a bit. Look in that template file and see the $args, where I have added the filter ID and I have changed the search form Display Results method to as an Archive and in the template file I have added an ID to the results table called
mainso that Ajax can target it. -
AuthorPosts