GetSimple Support Forum
search results in another page - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Developer Discussions (http://get-simple.info/forums/forumdisplay.php?fid=8)
+--- Thread: search results in another page (/showthread.php?tid=3848)



search results in another page - vara - 2012-11-12

Dear all,

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


thanks,
vara.


RE: search results in another page - yojoe - 2012-11-12

Did you configure it properly as it is stated in plugin's howto ?


RE: search results in another page - vara - 2012-11-12

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


RE: search results in another page - yojoe - 2012-11-13

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).