Plugin Author
TC.K
(@wp_dummy)
Yes, you can customize the result.
If you use default template, you can customize it on the theme’s search.php.
If you use Ajax template, then you can use ‘uwpqsf_result_tempt’ filter hook to customize the result. Refer to this post on how to use the filter.
hey I am using Ajax template. I checked your link. but I didn’t understand . what should I do next? Where to put filter hook code? I want to show excerpt of post in search result.
Plugin Author
TC.K
(@wp_dummy)
You should put the filer hook in your theme’s functions.php file.