Page 1 of 1

No search field on Homepage

Posted: 2025-01-15 14:59
by RonP
Hoi,

How can I get rid of Search box at the Home Page
search box homepage.jpg
search box homepage.jpg (27.27 KiB) Viewed 7914 times

Re: No search field on Homepage

Posted: 2025-01-15 21:50
by kmullins
The release notes of that feature in version 24.13 list the following instructions to remove the search. https://forums.appgini.com/phpbb/viewto ... f=3&t=5374

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

Re: No search field on Homepage

Posted: 2025-01-15 22:47
by RonP
Hi kmullins,
Great, thank you so much
Ron