*

epsilon

  • ***
  • 91 posts
Search Page to Home Page
« on: August 01, 2023, 11:39:47 PM »
Is it possible to make the search page the home page?
so that the visitors of the website end up on the search page.

*

MB Themes

Re: Search Page to Home Page
« Reply #1 on: August 03, 2023, 10:08:24 AM »
@epsilon
You can put redirect here or try to put search.php content into main.php (or use simply inlcude).
There could be minor issues as home page will not be considered as "search page" by osclass... function osc_is_search_page() would be false.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

epsilon

  • ***
  • 91 posts
Re: Search Page to Home Page
« Reply #2 on: August 03, 2023, 03:13:11 PM »
i will try it thanks