Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Search specific pages › Reply To: Search specific pages
June 29, 2016 at 8:43 pm
#9316
Keymaster
1. I think you need to change the filter statement as well, to pass the second parameter, like so:
[php]add_filter( ‘asp_query_args’, ‘asp_include_only_ids’, 2, 2 );[/php]
2. It works on my end, tried on 2 devices. Maybe it’s just the browser/site cache?