GetSimple Support Forum

Full Version: search results in another page
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Dear all,

How to display search results in another page.... using i18n search plugin..


thanks,
vara.
Did you configure it properly as it is stated in plugin's howto ?
hi Yojoe, thanks fr ur response.. yes . it configured. according to my need.

i had my search form in template.php but ineed to display search results in my searchresults.php template... so how to do ???

Thanks,
vara
You have to point to SERP while you invoke search function in template file, by using 'slug'=>'your_SERP_slug' parameter.
The template file you choose for your SERP page doesn't matter, as long as you do not call searchresult function in template's code, instead of embedding it in page's content (using short tags).