No search field on Homepage
Posted: 2025-01-15 14:59
Hoi,
How can I get rid of Search box at the Home Page
How can I get rid of Search box at the Home Page
A place where AppGini users can exchange ideas and help each other.
https://forums.appgini.com:443/phpbb/
https://forums.appgini.com:443/phpbb/viewtopic.php?f=4&t=5538
Homepage search can be disabled by adding AppGini.disableHomePageSearch = true; in a script block in hooks/footer-extras.php.
To search both titles and descriptions in the homepage search box, add AppGini.homePageSearchDescriptions = true; in a script block in hooks/footer-extras.php