Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Results page › Reply To: Results page
March 8, 2017 at 5:27 pm
#12213
Keymaster
It depends, if it has some kind of custom query by default, it might still override the results passed by ajax search pro. If you find statements like ‘query_posts(…)’ or ‘get_posts(…)’ within that file, then they will most likely negate the override, and are very bad practice – as the results are already queried.