Plugin Author
TC.K
(@wp_dummy)
Have you define the result response div in the setting page ?It’s located at MISC section.
Hi TC.K,
It works for me. But I get this error now upon clicking on the Search box
Undefined index: taxo on localhost\wordpress\wp-content\plugins\ajax-wp-query-search-filter\classes\process.php on line 161.
I would also like to know does the plugin use the search page from the theme or is there a way to change the search page settings.
Thanks a lot again!!
Saurabh
Plugin Author
TC.K
(@wp_dummy)
Will fix the undefined index issue on next update.
You can use the ‘ajax_wpqsf_reoutput()’ filter hook for customize the output of the result.
Hi TC.K,
I am a newbie to php and plugin development.
I looked up ‘apply filters’ in the codex but do not see how to do this. Can you please send me a link to where it explains how to pass the second argument or a code snippet example. Do I need to use this in the funtions.php ?
Thanks for responding.
Saurabh
Plugin Author
TC.K
(@wp_dummy)
Please refer do this post. There is an example of how to use the hook.