How to make that search results were deduced on page with Title " search results "?
1. I have created page " search results " and disable " show in menu "
2. Has added a code {assign var ='pagetitle ' value = $ entry-> title} in temlate results top.
Don't work.
Title for search results
Re: Title for search results
Search has a parameter called resultpage, the results will be shown on that page.
So when you have the page "Search results", check its alias, and use that alias in the search-call, like
{search resultpage="search-results"}
More parameters can be found in the help of Search, under Extensions->Search->Help
Ronny
So when you have the page "Search results", check its alias, and use that alias in the search-call, like
{search resultpage="search-results"}
More parameters can be found in the help of Search, under Extensions->Search->Help
Ronny