Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Display posts based on custom field › Reply To: Display posts based on custom field
January 31, 2023 at 1:41 pm
#41168
Keymaster
This is all due to this custom code, because it alters the results set after the search is completed. Unfortunately there is no way to get around these issues. It is always better to change the query by adding arguments, but in this case it is not possible, only by removing the elements after the search. That will affect the search negatively. That is why it is much better to use a custom post type instead.