get the results of a search
-
Hello,
I d like to use WP-Advanced-Search. I read to run this search engine you have to write <?php WP_Advanced_Search(); ?>. in your template file. This function display the result of the search. However I d like to know if I can call a function which only return me the result of a search in an array. I could use those datas in my template in any way I want
Somthing like that$resultSeach = WPSearchEngine ($arg); foreach ($element in $resultSeach) { ... }
Thanks for your help
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘get the results of a search’ is closed to new replies.