Hello.
I would like to change the method in which requests to the database are handled when doing a search from the search field. Generatepress manages requests using the GET method and every time a search is performed a page is generated with this url: nomesito.it/?s=term-searched
Also you create a page with searched term h1
This for me is a problem because it is exposed to attacks by negative seo.
Can you help me change the method of handling database requests from the lookup field from GET to POST?
Furthermore, I would like the page with the result to always have the same url: sitename/page-result.
I would like to be able to insert a php code via WP Codebox which I have already installed as a plugin.
Or with Advanced Script or whatever.
Thanks a lot for your help.