Posts: 5
Threads: 2
Joined: Nov 2012
Dear all,
How to display search results in another page.... using i18n search plugin..
thanks,
vara.
Posts: 1,204
Threads: 30
Joined: Jun 2010
Did you configure it properly as it is stated in plugin's howto ?
Addons: blue business theme, Online Visitors, Notepad
Posts: 5
Threads: 2
Joined: Nov 2012
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
Posts: 1,204
Threads: 30
Joined: Jun 2010
2012-11-13, 04:37:27
(This post was last modified: 2012-11-13, 04:38:20 by yojoe.)
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).
Addons: blue business theme, Online Visitors, Notepad