I am complete new in webdesign and GetSimle, and try hard to add a search to my site.
In the sidebar, i put this code to a component:
Then, i create a site search with slug=search, with the code
If i use the search, soemthing went wrong with the design of the page and the result seem to display in the sidebar.
What can i do to display the search result on "main screen" with correct design?
[Design Elegantblue]
P.S.: Sorry for my bad english, i hobe someone understand my question
In the sidebar, i put this code to a component:
Code:
<?php get_i18n_search_form(array('slug'=>'search')); ?>
Then, i create a site search with slug=search, with the code
Code:
(% searchresults %)
If i use the search, soemthing went wrong with the design of the page and the result seem to display in the sidebar.
What can i do to display the search result on "main screen" with correct design?
[Design Elegantblue]
P.S.: Sorry for my bad english, i hobe someone understand my question